Spring Boot 3.1.x added support for configuring Testcontainers for local development via a separate Main class in the test source set, and a separate task called bootTestRun that executes with that main class. Seems like an ideal config for generating openapi definitions.
Spring Boot 3.1.x added support for configuring Testcontainers for local development via a separate Main class in the test source set, and a separate task called
bootTestRunthat executes with that main class. Seems like an ideal config for generating openapi definitions.