mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:48:52 +08:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
dependencies {
|
|
api(project(Modules.Webmvc.DTO))
|
|
api(project(Modules.Webmvc.Spec.CORE))
|
|
compileOnly(libs.org.babyfish.jimmer.springBootStarter)
|
|
}
|
|
|