Spring boot yaml 설정 파일에서 다른 config 값 사용하기.
2021. 5. 25. 20:11ㆍ카테고리 없음
show me the code (yaml)
other:
config:
value: "test"
the.other.config.value: ${other.config.value}
2021. 5. 25. 20:11ㆍ카테고리 없음
show me the code (yaml)
other:
config:
value: "test"
the.other.config.value: ${other.config.value}