른록노트
[Spring] xml 에서 class 위치 지정하는법 본문
@ 방법
classpath를 사용
예시)
<beans:bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<beans:property name="location" value="classpath:server.properties"/>
<beans:property name="fileEncoding" value="UTF-8" />
</beans:bean>
반응형
Comments