Simon Nyström
@GetMapping
@PostMapping
@PostMappings
Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
{"type":"about:blank","title":"Not Found","status":404,"detail":"No static resource...}
As of this Spring Framework change, "GET /some/greeting/" doesn't match anymore by default and will result in an HTTP 404 error.
A modern programming language that makes developers happier.