Skip to content

Commit

Permalink
Merge pull request #12 from KU-Taverse/refact/config
Browse files Browse the repository at this point in the history
[add] 의존성 추가
  • Loading branch information
kamothi authored Oct 3, 2024
2 parents 1df5b24 + ba0b6cd commit 10efcd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ext {

dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-config'
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
Expand Down

0 comments on commit 10efcd8

Please sign in to comment.