mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 16:14:32 +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
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
extra {
|
|
// 标记为根项目
|
|
setProperty(ProjectFlags.USE_SPRING_BOOT_BOM, true)
|
|
setProperty(ProjectFlags.USE_SPRING_BOOT_WEB, true)
|
|
}
|
|
dependencies {
|
|
implementation(project(Modules.Core.EXTENSION))
|
|
}
|