This commit is contained in:
Mahmoud Ben Hassine
2019-11-15 14:58:55 +01:00
parent caa19d29c1
commit ddf388fac7
2 changed files with 3 additions and 3 deletions

View File

@@ -420,7 +420,7 @@ The following example shows a declarative retry that uses the Spring AOP
</aop:config>
<bean id="retryAdvice"
class="org.springframework.batch.retry.interceptor.RetryOperationsInterceptor"/>
class="org.springframework.retry.interceptor.RetryOperationsInterceptor"/>
----
[role="javaContent"]

View File

@@ -6,8 +6,8 @@ log4j.appender.stdout.layout.ConversionPattern=%d %5p %t [%c] - <%m>%n
log4j.category.org.springframework.context=INFO
log4j.category.org.springframework.beans=INFO
log4j.category.org.springframework.batch.retry=DEBUG
log4j.category.org.springframework.retry=DEBUG
log4j.category.org.springframework.batch.core=DEBUG
log4j.category.org.springframework.batch.integration=DEBUG
log4j.category.org.springframework.integration=DEBUG
log4j.category.org.springframework.transaction=INFO
log4j.category.org.springframework.transaction=INFO