File was renamed from src/main/resources/application.xml |
| | |
| | | class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
| | | <property name="locations">
|
| | | <list>
|
| | | <value>classpath:log4j.properties</value>
|
| | | <value>classpath:redis-config.properties</value>
|
| | | <value>classpath:mongodb-config.properties</value>
|
| | | <value>classpath:log4j/log4j.properties</value>
|
| | | <value>classpath:redis/redis-config.properties</value>
|
| | | <value>classpath:mongodb/mongodb-config.properties</value>
|
| | | </list>
|
| | | </property>
|
| | | </bean>
|