mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 00:24:37 +08:00
- Added Banner module, including API, implementation and automatic configuration components - Add banner configuration properties and policy enumeration - Implement configurable banner provider class - Create necessary project structures and configuration files
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
|
|
dependencies {
|
|
compileOnly(platform(libs.springBootDependencies.bom))
|
|
compileOnly(libs.springBootStarter.web)
|
|
compileOnly(project(Modules.Banner.API))
|
|
}
|