컨피그 서버 사용하지 않도록 수정
This commit is contained in:
@@ -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 # 컨피그 서버 위치..
|
||||
|
||||
Reference in New Issue
Block a user