This commit is contained in:
Rossen Stoyanchev
2016-10-14 18:11:16 -04:00
parent 44717af0e5
commit c7fb851e5a
6 changed files with 83 additions and 20 deletions

View File

@@ -182,7 +182,7 @@ For the bootstrap code start with:
[source,java,indent=0]
[subs="verbatim,quotes"]
----
ApplicationContext context = new AnnotationConfigApplicationContext(WebReactiveConfiguration.class); // (1)
ApplicationContext context = new AnnotationConfigApplicationContext(DelegatingWebReactiveConfiguration.class); // (1)
HttpHandler handler = DispatcherHandler.toHttpHandler(context); // (2)
----