263.8. Java DSL에서 구성
다음과 같은 속성의 속성 아래에 PropertiesComponent
를 만들고 등록해야 합니다.
PropertiesComponent pc = new PropertiesComponent(); pc.setLocation("classpath:com/mycompany/myprop.properties"); context.addComponent("properties", pc);
PropertiesComponent pc = new PropertiesComponent();
pc.setLocation("classpath:com/mycompany/myprop.properties");
context.addComponent("properties", pc);