Add protected method to reactive config

This commit is contained in:
Rossen Stoyanchev
2016-06-06 22:24:46 -04:00
parent 7ec85b21bb
commit 36765f0f52

View File

@@ -91,6 +91,10 @@ public class WebReactiveConfiguration implements ApplicationContextAware {
this.applicationContext = applicationContext;
}
protected ApplicationContext getApplicationContext() {
return this.applicationContext;
}
@Bean
public RequestMappingHandlerMapping requestMappingHandlerMapping() {