标签:
1. 关于Spring加载多个properties文件
1) Spring容器采用反射扫描的发现机制,如发现Spring容器中有一个 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer的Bean就 会停止对剩余PropertyPlaceholderConfigurer的扫描。即Spring容器仅允许最多定义一个PropertyPlaceholderConfigurer,其余的会被Spring忽略掉(按配 置先后顺序决定)。
2) classpath:**/*.properties
标签:
原文地址:http://www.cnblogs.com/gavin-szu/p/5858662.html