Skip to content

Commit

Permalink
application.yml 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 19, 2023
1 parent 82299cc commit 6d5bd7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

implementation 'org.springframework.boot:spring-boot-starter-actuator'

}

dependencyManagement {
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ eureka:
service-url:
defaultZone: http://52.78.155.253:8761/eureka

management:
endpoints:
web:
exposure:
include:

spring:
application:
name: gateway-service
name: api-gateway-service
cloud:
gateway:
routes:
Expand Down

0 comments on commit 6d5bd7d

Please sign in to comment.