상세 컨텐츠

본문 제목

HTTP 405 에러.

spring

by somiyuralove 2018. 12. 13. 00:35

본문

Controller에서 @RequestMapping 어노테이션의 RequestMethod.post로 설정함.


--------------- example ---------------------------------------------------

@RequestMapping(value = "/login/", method = RequestMethod.GET)

public String login(Locale locale, Model model) {

log.info("Login!");

return "login/login";

}

관련글 더보기

댓글 영역