mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 00:34:23 +08:00
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
|
|
dependencies {
|
|
implementation(project(Modules.Core.EXTENSION))
|
|
implementation(platform(libs.springBootDependencies.bom))
|
|
implementation(libs.springBoot.autoconfigure)
|
|
compileOnly(platform(libs.springCloudDependencies.bom))
|
|
compileOnly(libs.springBootStarter.web)
|
|
compileOnly(libs.springBootStarter.webflux)
|
|
compileOnly(project(Modules.I18n.API))
|
|
compileOnly(project(Modules.I18n.IMPL))
|
|
}
|