Spring Properties 사용예제
https://stackoverflow.com/questions/29680894/propertiesfactorybean-vs-propertysource PropertiesFactoryBean vs @PropertySource I need to read menu.properties file only in the class MyServiceImpl.java These values are not Environment specific. menu.properties ---------------- menu.option=option1,option2,option3 1)using @ stackoverflow.com Spring 프로퍼티 사용 방법은 2가지가 있다. 이 중에 선택하면 될듯. PropertiesFactory..