Skip to content

Commit

Permalink
Fix : config 의존성 주석 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
flskhhdf committed Dec 4, 2024
1 parent fb8e703 commit 6ee806e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
// implementation 'org.springframework.cloud:spring-cloud-starter-config'
implementation 'org.springframework.cloud:spring-cloud-starter-config'
testImplementation 'org.springframework.kafka:spring-kafka-test'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
name: review-read-service
data:
mongodb:
uri: mongodb://root:1234@mongodb:27017/reviewDB?directConnection=true
uri: mongodb+srv://1630202:minjihun@promptoven.5ld4d.mongodb.net/promptoven?retryWrites=true&w=majority&appName=promptoven
kafka:
bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVERS:localhost:29092,localhost:39092,localhost:49092}
consumer:
Expand Down Expand Up @@ -71,7 +71,7 @@ spring:
dialect: org.hibernate.dialect.MySQLDialect
data:
mongodb:
uri: mongodb://root:1234@mongodb:27017/reviewDB?directConnection=true
uri: mongodb+srv://1630202:minjihun@promptoven.5ld4d.mongodb.net/promptoven?retryWrites=true&w=majority&appName=promptoven
kafka:
text-bootstrap-servers: kafka-1:9092,kafka-2:9092,kafka-3:9092
cloud:
Expand Down

0 comments on commit 6ee806e

Please sign in to comment.