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:
Doha2012
2017-10-02 15:14:27 +02:00
committed by Grzegorz Piwowarek
parent 7cb94f676c
commit 9aa221afbc
7 changed files with 75 additions and 90 deletions

View File

@@ -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();