update rm

This commit is contained in:
xuxueli 2020-03-29 06:18:23 +08:00
parent 13da7e80f6
commit 06fd33ec67
1 changed files with 1 additions and 2 deletions

View File

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