[Spring Boot] Post 메소드 사용법 (@PostMapping) 이전 글 [Spring Boot] Get 메소드 사용법 (@RequestMapping, @GetMapping, 멀티 파라미터, JSON 리턴) [Spring Boot] Get 메소드 사용법 (@RequestMapping, @GetMapping, 멀티 파라미터, JSON 리턴) @RequestMapping import org.springframework.web.bind.annotation.*; @RestController // controller임을.. unit-15.tistory.com POST는 언제 발생하는 것인가? post라는 것은 어떨 때 발생하냐면, HTML에서 태그를 사용한다든지, ajax에서 검색을 할 때(비동기화) ..