cleanup spring 5 pom (#2700)
* fix spring config * fix spring config * fix spring config * minor fix * fix spring-boot module * fix pom * upgrade jackson * minor fix * java concurrency * cleanup * fix conflict * java 8 * clean up * add core-java-8 to main pom * rename kotlin to core-kotlin * update spring 5 * cleanup pom
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
7cb94f676c
commit
9aa221afbc
@@ -33,7 +33,7 @@ public class ExploreSpring5URLPatternUsingRouterFunctions {
|
||||
WebServer start() throws Exception {
|
||||
WebHandler webHandler = (WebHandler) toHttpHandler(routingFunction());
|
||||
HttpHandler httpHandler = WebHttpHandlerBuilder.webHandler(webHandler)
|
||||
.prependFilter(new IndexRewriteFilter())
|
||||
.filter(new IndexRewriteFilter())
|
||||
.build();
|
||||
|
||||
Tomcat tomcat = new Tomcat();
|
||||
|
||||
Reference in New Issue
Block a user