spring-boot/spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/spring-boot-server-tests-app
Scott Frederick da4de7d67d Generate the AutoConfiguration.imports file from annotations
This commit adds the `AutoConfigurationImportsAnnotationProcessor` to
the `spring-boot-autoconfigure-processor` annotation processor
module. When added to a project build, the annotation processor will
generate the
`org.springframework.boot.autoconfigure.AutoConfiguration.imports`
file automatically from `@AutoConfiguration`-annotated classes. It
also applies the annotation processor to the Spring Boot build.

Closes gh-31228
2022-09-02 15:10:22 -05:00
..
src/main Generate the AutoConfiguration.imports file from annotations 2022-09-02 15:10:22 -05:00
build.gradle Generate the AutoConfiguration.imports file from annotations 2022-09-02 15:10:22 -05:00
settings.gradle Rework spring-boot-server-tests to avoid using Maven 2021-07-23 17:30:07 +01:00