gewuyou 799ae091c9 refactor(trace): Move TraceProperties from impl to api module
- Move the TraceProperties.kt file from the forgeboot-trace-impl module to the forgeboot-trace-api module
- Update package references in related modules
- Add necessary dependencies in the forgeboot-trace-api module
2025-06-03 15:10:43 +08:00

6 lines
170 B
Plaintext

dependencies {
compileOnly(platform(libs.springBootDependencies.bom))
compileOnly(libs.springBootStarter.web)
kapt(libs.springBoot.configuration.processor)
}