mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 23:34:22 +08:00
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
dependencies {
|
|
implementation(libs.springBootStarter.web)
|
|
implementation(project(Modules.TRACE.STARTER))
|
|
implementation(project(Modules.Context.STARTER))
|
|
implementation(project(Modules.Webmvc.DTO))
|
|
implementation(libs.kotlinxCoroutines.reactor)
|
|
implementation(libs.kotlinxCoroutines.core)
|
|
}
|
|
|