Closed JunsuLime closed 2 years ago
https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_environment_repository EnvironmentRepository 는
에 대응 된다.
This repository implementation maps the {label} parameter of the HTTP resource to a git label (commit id, branch name, or tag).
label 을 commit_id, branch name, tag 에 대응된다.
The HTTP service has resources in the following form:
/{application}/{profile}[/{label}]
/{application}-{profile}.yml
/{label}/{application}-{profile}.yml
/{application}-{profile}.properties
/{label}/{application}-{profile}.properties
https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_quick_start 여기서 매칭되는 리소스 경로 확인 완료.
git 을 저장소로 사용할 때 어떻게 사용하는지 알아보자. https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_git_backend
이로 미뤄보아, config 서버는 동일한 저장소를 바라보고있다면 서버 증설을 해도 이슈가 없다.