Skip to content

Commit

Permalink
chore: 필요 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shinseongsu committed Dec 4, 2023
1 parent a37dc7a commit 7b5d651
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions service-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,20 @@ ext {
set('springCloudVersion', "2023.0.0-RC1")
}

configurations {
compileOnly {
extendsFrom annotationProcessor
}
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
implementation 'org.springframework.cloud:spring-cloud-starter-config'
implementation 'org.springframework.boot:spring-boot-configuration-processor'
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down

0 comments on commit 7b5d651

Please sign in to comment.