[JAVA] Spring --Error / Error avoidance when creating API for POST

error contents

o.s.w.s.m.s.DefaultHandlerExceptionResolver.handleHttpRequestMethodNotSupported() : Request method 'POST' not supported

One of the possible causes of the error

The URL is slightly different, etc.

Example:
(NG)http://xxxxxxxx/abc/def/index?12345678
(OK)http://xxxxxxxx/abc/def?12345678

Recommended Posts

Spring --Error / Error avoidance when creating API for POST
About error when implementing spring validation
Error in implementation when implementing Spring validation
Javaw.exe error when starting Spring Boot (STS)
[Error resolution] Occurs when trying to build an environment for spring with docker
Error summary when creating Minecraft MOD development environment
Annotation notes when writing tests for Spring Boot
Workaround for Bundler.require error when executing ruby with crontab
Things to watch out for when creating a framework
Customize REST API error response with Spring Boot (Part 2)
A memorandum when creating a REST service with Spring Boot
Customize REST API error response with Spring Boot (Part 1)
Create API key authentication for Web API in Spring Security