Parcourir la source

Change-Id: Ib0e3b7dd990d126ced771b5280b851afcc616c67

albertshaw il y a 8 ans
Parent
commit
913e8faef5
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 2 4
      src/main/resources/applicationContext.xml

+ 2 - 4
src/main/resources/applicationContext.xml

@@ -6,11 +6,9 @@
 	 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
 	 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
 
-<!-- 	<context:property-placeholder
-		location="classpath:props/config_${spring.profiles.active}.properties" /> -->
+	<context:property-placeholder
+		location="classpath:props/config_${spring.profiles.active}.properties" />
 
-<context:property-placeholder
-		location="classpath:props/config_local.properties" />
 	<!-- Resources -->
 	<bean id="errorResource"
 		class="org.springframework.core.io.support.ResourcePropertySource">