madplay.github.io icon indicating copy to clipboard operation
madplay.github.io copied to clipboard

Spring Cloud Config: 소개와 예제

Open utterances-bot opened this issue 4 years ago • 3 comments

Spring Cloud Config: 소개와 예제

스프링 설정이 바뀌었을 때 빌드, 배포없이 갱신하려면 어떻게 해야할까? 스프링의 설정 파일들을 어떻게 외부로 분리시킬 수 있을까?

https://madplay.github.io/post/introduction-to-spring-cloud-config

utterances-bot avatar Jan 22 '21 08:01 utterances-bot

참고가 되었습니다. 감사합니다. 추가적으로 spring cloud config server 의 http endpoint 에서 label 을 무시할 경우 기본이 master 브랜치로 조회되는데, 저는 main 이 기본 브랜치라 main 을 붙여주어야 yml 이 조회가 되더라고요. ㅎㅎ

and label is an optional git label (defaults to master.)

pasudo123 avatar Jan 22 '21 08:01 pasudo123

참 개발자 아주 아름다운 설명입니다.

OsoriAndOmori avatar Jan 17 '22 08:01 OsoriAndOmori

도움이 되었습니다 감사합니다~!

vitamaxDH avatar Mar 22 '22 09:03 vitamaxDH