ex) application.properties에 openmap.key=sdklfj14 라고 저장해 둔 상태.
@Value(#${openmap.key}") private String apiKey;
그럼 apiKey=sdklfj14 로 불러와서 사용할 수 있다.