분명히 post 요청이었는데 에러가 나왔다....
Spring Security은 기본 로그인, 로그아웃 URL을 제공하고 URL은 GET 메서드를 사용하여 처리한다.
Controller에 Post를 설정하고 GET 요청을 보내게 되어 Request method ‘GET’ is not supported 오류가 발생
참고 블로그
https://velog.io/@oayenn/Spring-Request-method-GET-is-not-supported
프론트에서 처리
https://chamch-dev.tistory.com/30