|
|
@@ -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">
|