spring boot jar 외부에서 properties 파일을 읽는 방법


spring boot jar 외부에서 properties 파일을 읽는 방법

spring boot는 application.properties 파일을 통해 설정을 할 수 있습니다. properties의 값은 @Value annocation을 통해 읽어올 수 있습니다. # application.properties noroo.test=test import org.springframe..

spring boot jar 외부에서 properties 파일을 읽는 방법에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : spring boot jar 외부에서 properties 파일을 읽는 방법