src/main/resources/log4j/log4j.properties
src/main/resources/mongodb/mongodb-config.properties
src/main/resources/mybatis/mybatis.xml
File was renamed from src/main/resources/mybatis.xml @@ -4,6 +4,9 @@ "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <settings> <setting name="logImpl" value="STDOUT_LOGGING" /> </settings> <typeAliases> <package name="com.moral.monitor.entity" /> </typeAliases> src/main/resources/redis/redis-config.properties
src/main/resources/spring/application.xml
File was renamed from src/main/resources/application.xml @@ -18,9 +18,9 @@ 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> src/main/resources/spring/database.xml
src/main/resources/spring/mongodb.xml
src/main/resources/spring/quartz.xml
src/main/resources/spring/rabbitmq.xml
src/main/resources/spring/redis.xml
src/main/resources/system/sysConfig.properties