gewuyou bd03558440 feat(banner): Add Forge Banner Module
- 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
2025-06-03 15:09:03 +08:00

9 lines
264 B
Plaintext

dependencies {
compileOnly(platform(libs.springBootDependencies.bom))
compileOnly(libs.springBootStarter.web)
compileOnly(project(Modules.Banner.IMPL))
compileOnly(project(Modules.Banner.API))
implementation(project(Modules.Core.EXTENSION))
}