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
'spring-boot' 카테고리의 다른 글
spring-boot JSP 사용시 compile된 JSP 파일 위치 (0) | 2022.02.15 |
---|---|
include & exclude Filter Example (0) | 2022.02.10 |
message properties yaml파일, Table (0) | 2021.09.09 |
spring-boot In-memory DB (hsqldb) (0) | 2021.08.29 |
Spring HandlerMethodArgumentResolver (0) | 2021.08.18 |