Files
weblog-springboot/settings.gradle.kts

6 lines
153 B
Plaintext

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