Files
weblog-springboot/settings.gradle.kts

5 lines
124 B
Plaintext

rootProject.name = "weblog-springboot"
include("weblog-web")
include("weblog-module-admin")
include("weblog-module-common")