Config 서버 구성 중
yml 설정에서 git uri 설정 중 내 로컬 ( c:\ ) 의 파일을 참조를 시키고 싶을 떈,
native 설정을 아래와 같이 추가 해주면 됨.
윈도우 기준으로 config-repo 폴더의 설정 파일일 불러 올 수 있음.
spring:
application:
name: config-service
cloud:
config:
server:
git:
uri: https://github.com/l*****/****.git
application:
name: config-service
cloud:
config:
server:
git:
uri: https://github.com/l*****/****.git
native:
search-locations: file:///${user.home}\Documents\config-repo
'개발 > Spring' 카테고리의 다른 글
Spring Quartz 스케쥴 시간 설정 참고 (스프링 쿼츠) (0) | 2017.08.03 |
---|