mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 16:24:22 +08:00
- Added forgeboot-core module, including core extension functions -Refactor the forgeboot-webmvc module and change it to Spring Boot Starter structure - Update project configuration and dependencies - Add log extension function
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
extra {
|
|
// 标记为根项目
|
|
setProperty(ProjectFlags.IS_ROOT_MODULE, true)
|
|
}
|
|
|
|
dependencies {
|
|
api(project(Modules.Webmvc.VERSION_STARTER))
|
|
api(project(Modules.Webmvc.LOGGER_STARTER))
|
|
}
|