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}