Start splitting up spring-boot-actuator-autoconfigure

This commit is contained in:
Andy Wilkinson
2025-05-16 11:32:33 +01:00
committed by Phillip Webb
parent 7a9be5bd4a
commit 2c227bdd82
717 changed files with 2832 additions and 2741 deletions

View File

@@ -125,7 +125,7 @@ dependencies {
optional("io.micrometer:micrometer-tracing")
testImplementation(project(":spring-boot-project:spring-boot-actuator"))
testImplementation(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
testImplementation(project(":spring-boot-project:spring-boot-actuator-autoconfigure-all"))
testImplementation(project(":spring-boot-project:spring-boot-freemarker"))
testImplementation(project(":spring-boot-project:spring-boot-gson"))
testImplementation(project(":spring-boot-project:spring-boot-mustache"))