405 error on Webservices calls after migrating spring-boot 1.5 to 2.0
问题 I am facing an unsolvable problem with my poor spring configuration knowledge: every GET return error 404 and every POST return error 405 . My spring security filters work well but neither @PostMapping or @GetMapping annotated methods are getting called. I have taken care of rename old property server.context-path to new name server.servlet.context-path but it still not working. I use undertow webserver: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter