master
xuxueli 5 years ago
parent 13da7e80f6
commit 06fd33ec67
  1. 3
      xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/applicationcontext-xxl-job.xml

@ -7,7 +7,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd"> 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="fileEncoding" value="utf-8" />
<property name="locations"> <property name="locations">
<list> <list>
@ -41,5 +41,4 @@
<property name="logRetentionDays" value="${xxl.job.executor.logretentiondays}" /> <property name="logRetentionDays" value="${xxl.job.executor.logretentiondays}" />
</bean> </bean>
</beans> </beans>
Loading…
Cancel
Save