Add protected method to reactive config
This commit is contained in:
@@ -91,6 +91,10 @@ public class WebReactiveConfiguration implements ApplicationContextAware {
|
||||
this.applicationContext = applicationContext;
|
||||
}
|
||||
|
||||
protected ApplicationContext getApplicationContext() {
|
||||
return this.applicationContext;
|
||||
}
|
||||
|
||||
|
||||
@Bean
|
||||
public RequestMappingHandlerMapping requestMappingHandlerMapping() {
|
||||
|
||||
Reference in New Issue
Block a user