mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 13:36:38 +08:00
build(exception-i18n): Add Spring Boot Autoconfiguration Dependencies
- Add Spring Boot dependency platform and autoconfiguration dependencies in the build.gradle.kts file - The addition of these dependencies helps to enhance project configuration and management capabilities
This commit is contained in:
parent
69c59aeba5
commit
6942de1320
@ -4,6 +4,8 @@ plugins{
|
||||
}
|
||||
dependencies {
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
implementation(platform(libs.springBootDependencies.bom))
|
||||
implementation(libs.springBoot.autoconfigure)
|
||||
api(project(Modules.I18n.STARTER))
|
||||
api(project(Modules.TRACE.STARTER))
|
||||
implementation(project(Modules.Webmvc.DTO))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user