mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:36:36 +08:00
refactor(异常处理模块): 更新依赖项范围
- 将 Webmvc.DTO 模块的依赖项范围从 implementation 改为 api- 添加 TRACE.STARTER 模块为 api 依赖项 -移除 springBoot.autoconfigure 的 implementation依赖项
This commit is contained in:
parent
bdba342daa
commit
21b79551a5
@ -3,9 +3,9 @@ plugins{
|
||||
}
|
||||
dependencies {
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
implementation(project(Modules.Webmvc.DTO))
|
||||
implementation(platform(libs.springBootDependencies.bom))
|
||||
implementation(libs.springBoot.autoconfigure)
|
||||
api(project(Modules.Webmvc.DTO))
|
||||
api(project(Modules.TRACE.STARTER))
|
||||
compileOnly(libs.springBootStarter.validation)
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user