mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Add auto-configuration for `Container` beans that are also annotated with `@ServiceConnection`. This commit allow testcontainers to be used at development time and a new section has been added to the documentation to describe the feature. Closes gh-35022