|
@@ -74,7 +74,7 @@ public class WebSecurityConfiguration implements ImportAware, BeanClassLoaderAwa
|
|
private ClassLoader beanClassLoader;
|
|
private ClassLoader beanClassLoader;
|
|
|
|
|
|
@Bean
|
|
@Bean
|
|
- public DelegatingApplicationListener delegatingApplicationListener() {
|
|
|
|
|
|
+ public static DelegatingApplicationListener delegatingApplicationListener() {
|
|
return new DelegatingApplicationListener();
|
|
return new DelegatingApplicationListener();
|
|
}
|
|
}
|
|
|
|
|