gewuyou 6ea0bab287 refactor(webmvc): Refactored the WebMvc version module
- Migrating Java code to Kotlin - Updating project structure and naming
- Add Git-related files
- Adjust the build configuration
2025-05-28 23:49:28 +08:00

6 lines
163 B
Plaintext

dependencies {
implementation(project(Modules.Core.EXTENSION))
kapt(libs.springBoot.configuration.processor)
compileOnly(libs.springBootStarter.web)
}