摘要: public class LogonModel{ private String UserName; private String Password; public String getUserName() { return UserName; } public void setUserName(String userName) { this.UserName = userName; } public String getPassword() { return Password; } ... 阅读全文
posted @ 2013-07-10 15:04 陈跳跳 阅读(2291) 评论(1) 推荐(0)
摘要: 在applicationContext.xml中加入: @Autowired 自动装配get..set.. 阅读全文
posted @ 2013-07-10 14:38 陈跳跳 阅读(194) 评论(0) 推荐(0)