mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 16:48:52 +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 {
|
dependencies {
|
||||||
implementation(project(Modules.Core.EXTENSION))
|
implementation(project(Modules.Core.EXTENSION))
|
||||||
implementation(project(Modules.Webmvc.DTO))
|
|
||||||
implementation(platform(libs.springBootDependencies.bom))
|
implementation(platform(libs.springBootDependencies.bom))
|
||||||
implementation(libs.springBoot.autoconfigure)
|
implementation(libs.springBoot.autoconfigure)
|
||||||
|
api(project(Modules.Webmvc.DTO))
|
||||||
api(project(Modules.TRACE.STARTER))
|
api(project(Modules.TRACE.STARTER))
|
||||||
compileOnly(libs.springBootStarter.validation)
|
compileOnly(libs.springBootStarter.validation)
|
||||||
compileOnly(libs.springBootStarter.web)
|
compileOnly(libs.springBootStarter.web)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user