공부
[Spring] RequestMapping: GET & POST
승가비
2019. 6. 30. 00:08
728x90
@RequestMapping(value = "/test", method = { RequestMethod.GET, RequestMethod.POST })
[출처] https://stackoverflow.com/questions/17987380/combine-get-and-post-request-methods-in-spring
728x90