基于Servlet3开发。

针对RESTful开发,提供了@RestController,加在Controller上面,免除了每个@RequestMapping method上面的@ResponseBody。

 

其它的

 

相关文章: