From ddec92647414cfe7364ffd9c4e23edcbfb3259bd Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 02 Nov 2017 16:59:22 +0800 Subject: [PATCH] 配置文件 管理 --- src/main/resources/spring/application.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.xml b/src/main/resources/spring/application.xml similarity index 92% rename from src/main/resources/application.xml rename to src/main/resources/spring/application.xml index 479dc5a..4f65681 100644 --- a/src/main/resources/application.xml +++ b/src/main/resources/spring/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> -- Gitblit v1.8.0