소스 검색

update rm

xuxueli 5 년 전
부모
커밋
06fd33ec67
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/applicationcontext-xxl-job.xml

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