提交 36765f0f 编写于 作者: R Rossen Stoyanchev

Add protected method to reactive config

上级 7ec85b21
......@@ -91,6 +91,10 @@ public class WebReactiveConfiguration implements ApplicationContextAware {
this.applicationContext = applicationContext;
}
protected ApplicationContext getApplicationContext() {
return this.applicationContext;
}
@Bean
public RequestMappingHandlerMapping requestMappingHandlerMapping() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册