spring-boot

using external yaml file (spring.config.import)

張's blog 2022. 1. 20. 23:39



https://kimyhcj.tistory.com/m/431

Spring Boot - using external yaml file (spring.config.import)

spring boot 에서 application.properties 나 application.yaml 파일 이용 시 합리적인 값 재정의를 허용하도록 설계된 매우 특정한 PropertySource 순서를 사용하며 속성의 우선 순위는 아래와 같다. ​ 1. Command line

kimyhcj.tistory.com