摘要: 1 @Controller spring mvc 中将 controller 认为是 MVC中的C --控制层 规范命名 类名 xxxController ,如果不基于注解: 该类需要继承 CommandController 如果基于注解:在类名前 加上 @Controller 如下: @Contr 阅读全文
posted @ 2017-02-24 15:18 My-yunShu 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 摘自网上······························ 在编写spring 框架的代码时候。一直遵循是这样一个规则:所有在spring中注入的bean 都建议定义成私有的域变量。并且要配套写上 get 和 set方法 Boss 拥有 Office 和 Car 类型的两个属性: 阅读全文
posted @ 2017-02-24 10:59 My-yunShu 阅读(224) 评论(0) 推荐(0) 编辑