|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
http://www.springframework.org/schema/context
|
|
|
|
|
http://www.springframework.org/schema/context/spring-context.xsd">
|
|
|
|
|
|
|
|
|
|
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
|
|
|
|
<bean id="propertyConfigurer" class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer">
|
|
|
|
|
<property name="fileEncoding" value="utf-8" />
|
|
|
|
|
<property name="locations">
|
|
|
|
|
<list>
|
|
|
|
@ -41,5 +41,4 @@
|
|
|
|
|
<property name="logRetentionDays" value="${xxl.job.executor.logretentiondays}" />
|
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</beans>
|