른록노트

[Spring] xml 에서 class 위치 지정하는법 본문

Web/[Spring]

[Spring] xml 에서 class 위치 지정하는법

른록 2018. 10. 9. 22:01

@ 방법

  

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