mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 02:24:21 +08:00
build(exception): Update exception module dependencies and add Spring Boot related configurations - Add Spring Boot dependency management platform
- Introducing Spring Boot Auto-Configuration - Adjust the dependency order and optimize the project structure
This commit is contained in:
parent
37309f5b15
commit
69c59aeba5
@ -3,8 +3,10 @@ plugins{
|
||||
}
|
||||
dependencies {
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
api(project(Modules.TRACE.STARTER))
|
||||
implementation(project(Modules.Webmvc.DTO))
|
||||
implementation(platform(libs.springBootDependencies.bom))
|
||||
implementation(libs.springBoot.autoconfigure)
|
||||
api(project(Modules.TRACE.STARTER))
|
||||
compileOnly(libs.springBootStarter.validation)
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
kapt(libs.springBoot.configuration.processor)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user