forgeboot/forgeboot-webmvc/logger/build.gradle.kts
gewuyou 530936b76a chore(forgeboot-webmvc/logger): Add a project profile
- Added .gitattributes file for config file line terminators and binary file processing
- Added a .gitignore file to ignore project build output and IDE-related files
2025-05-29 22:15:55 +08:00

9 lines
213 B
Plaintext

dependencies {
implementation(project(Modules.Core.EXTENSION))
implementation(libs.springBootStarter.aop)
implementation(libs.kotlinxCoroutines.reactor)
compileOnly(libs.springBootStarter.web)
}