摘要: 使用Spring MVC技术后,可以实现一个基类的Controller类来分装一些MVC常用的方法,其他的Controller都继承自这个BaseController,这样在使用常用的方法时将会变得非常轻松。 需要在 maven 中引入的 依赖包如下: <dependency> <groupId>o 阅读全文
posted @ 2018-07-05 14:12 poterliu 阅读(11638) 评论(1) 推荐(0)