mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 11:25:23 +01:00
5348880b69
This commit modularizes spring-boot-test-autoconfigure. It now contains only the code that's central to test auto-configuration. Feature-specific functionality has moved out into -test modules, some existing and some newly created. For example, `@DataJpaTest` can now be found in spring-boot-data-jpa-test. Closes gh-47322