컨피그 서버 사용하지 않도록 수정

This commit is contained in:
assu10
2020-10-24 19:47:26 +09:00
parent ba2a7bb189
commit 4786f791bf

View File

@@ -1,8 +1,8 @@
spring:
application:
name: zuulserver # 서비스 ID (컨피그 클라이언트가 어떤 서비스를 조회하는지 매핑)
profiles:
active: default # 서비스가 실행할 기본 프로파일
cloud:
config:
uri: http://localhost:8889 # 컨피그 서버 위치..
#spring:
# application:
# name: zuulserver # 서비스 ID (컨피그 클라이언트가 어떤 서비스를 조회하는지 매핑)
# profiles:
# active: default # 서비스가 실행할 기본 프로파일
# cloud:
# config:
# uri: http://localhost:8889 # 컨피그 서버 위치..