Skip to content

Commit

Permalink
update rm
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Mar 28, 2020
1 parent 13da7e8 commit 06fd33e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -41,5 +41,4 @@
<property name="logRetentionDays" value="${xxl.job.executor.logretentiondays}" />
</bean>


</beans>

0 comments on commit 06fd33e

Please sign in to comment.