Browse Source

update rm

xuxueli 5 years ago
parent
commit
06fd33ec67

+ 1 - 2
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/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>