gewuyou 6c30120016 build(forgeboot-webmvc): Add Spring Boot Dependencies
- Introducing Spring Boot dependency management platform - Adding Spring Boot automatic configuration module
- Keep existing project dependency structure unchanged
2025-06-05 16:09:37 +08:00

8 lines
275 B
Plaintext

dependencies {
implementation(project(Modules.Core.EXTENSION))
implementation(platform(libs.springBootDependencies.bom))
implementation(libs.springBoot.autoconfigure)
kapt(libs.springBoot.configuration.processor)
compileOnly(libs.springBootStarter.web)
}