Files
spring-cloud-gateway/users/build.gradle
2022-04-18 22:44:35 +09:00

7 lines
236 B
Groovy

dependencies {
implementation(project(":domain"))
implementation(project(":util"))
implementation("org.springframework.boot:spring-boot-starter")
testImplementation("org.springframework.boot:spring-boot-starter-test")
}