摘要: @Controller spring mvc中将 controller 认为是 MVC中的C --控制层 规范命名 类名xxxController 如果不基于注解: 该类需要继承 CommandController或者 其他很多 如果基于注解:在类名前 加上 @controller 将类名... 阅读全文
posted @ 2015-01-05 14:55 Aaronqcd 阅读(130) 评论(0) 推荐(0) 编辑