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