mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 20:02:08 +08:00
- Move I18nProperties from impl package to api package - Update the build configuration of the api package and add Spring Boot Configuration Processor dependencies - Remove unused Spring Cloud dependencies in the api package - Update package references in automatic configuration and implementation classes
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
|
|
dependencies {
|
|
compileOnly(platform(libs.springBootDependencies.bom))
|
|
compileOnly(libs.springBootStarter.webflux)
|
|
kapt(libs.springBoot.configuration.processor)
|
|
}
|
|
|