org.springframework.retry.interceptor.StatefulRetryOperationsInterceptor.invoke(StatefulRetryOperationsInterceptor.java:132)
at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke
我已经看到,当我把@Required放在College.java中时,我没有得到异常,代码运行得很好。这不是预期的行为。请帮帮我。public class College {
public void setS(String s) { }
public class ApplicationConfig {
public College collegeBean()