Simon Nyström
11/11/2024, 2:08 PM@GetMapping
is working as usual but something has changed with @PostMapping
? It correctly maps the @GetMapping
methods but debug logs this for my @PostMappings
: Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
Any ideas what I can do to fix this?Simon Nyström
11/11/2024, 2:11 PM{"type":"about:blank","title":"Not Found","status":404,"detail":"No static resource...}
Simon Nyström
11/11/2024, 2:48 PMAs of this Spring Framework change, "GET /some/greeting/" doesn't match anymore by default and will result in an HTTP 404 error.I.e. trailing slash