工业级运维app手机api
xufenglei
2017-11-02 ddec92647414cfe7364ffd9c4e23edcbfb3259bd
配置文件 管理
11 files renamed
9 ■■■■■ changed files
src/main/resources/log4j/log4j.properties patch | view | raw | blame | history
src/main/resources/mongodb/mongodb-config.properties patch | view | raw | blame | history
src/main/resources/mybatis/mybatis.xml 3 ●●●●● patch | view | raw | blame | history
src/main/resources/redis/redis-config.properties patch | view | raw | blame | history
src/main/resources/spring/application.xml 6 ●●●● patch | view | raw | blame | history
src/main/resources/spring/database.xml patch | view | raw | blame | history
src/main/resources/spring/mongodb.xml patch | view | raw | blame | history
src/main/resources/spring/quartz.xml patch | view | raw | blame | history
src/main/resources/spring/rabbitmq.xml patch | view | raw | blame | history
src/main/resources/spring/redis.xml patch | view | raw | blame | history
src/main/resources/system/sysConfig.properties patch | view | raw | blame | history
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