ORDER1 [Spring Boot] 8 외부 설정(Externalized Configuration) Spring Boot 008 - 프로퍼티와 각종 외부 설정의 우선 순위 2. 외부 설정(Externalized Configuration) Spring Boot는 현재 설정을 밖으로 내보낼 수 있어서, 이를 통해 다른 환경에서 같은 설정을 구현할 수 있습니다. properties files YAML files 환경 변수 명령줄 아규먼트 Spring Boot는 PropertySource 순서를 따르며 설정 파일 우선순위를 정할 수 있습니다. devtools 이용시$HOME/.config/spring-boot 폴더 안에서 Devtools 전역 설정 속성 @TestPropertySource @SpringBootText 명령줄 아규먼트 SPRING_APPLIATION_JSON 으로부터의 속성 ServiceConf.. 2020. 3. 28. 728x90 이전 1 다음