SpringMVC Tutorial 2 [Processing Response Requests]
1. Basic operations
1. How to respond to requests
Not responding | void+@ResponseBody comment |
ModelAndView | via setViewName method |
Specify Response Page Directly| Return value is of type String, Return result specifies jump address|
Redirect|prefix the jump address with redirect:prefix is sufficient|
Both variables are declared in the Http ...
Posted by redhair on Sun, 05 May 2019 18:32:04 +0200