mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:36:36 +08:00
- Delete API dependencies in modules such as forgeboot-core, forgeboot-i18n - Add submodule dependencies in the root project - Optimize settings.gradle.kts, add forgeboot-webflux module
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
dependencies {
|
|
implementation(project(Modules.Core.EXTENSION))
|
|
implementation(libs.springBootStarter.aop)
|
|
|
|
implementation(libs.kotlinxCoroutines.reactor)
|
|
|
|
compileOnly(libs.springBootStarter.web)
|
|
}
|