Spring要用3.1以上版本

applicationContex.xml
1
2
3
4
5
6
7
8
<beans>
<beans profile="LOCAL">
<context:property-placeholder location="classpath*:META-INF/spring/local/*.properties" />
</beans>
<beans profile="PRODUCTION">
<context:property-placeholder location="classpath*:META-INF/spring/production/*.properties" />
</beans>
</beans>

Continue reading
  • page 1 of 1

Cwza

Hello everyone.
I’m cwza.
Welcome to my blog.


Software Engineer


Taiwan/Taipei