2016年9月23日
摘要: 阅读全文
posted @ 2016-09-23 23:40 Lightt 阅读(597) 评论(1) 推荐(1) 编辑
摘要: 在用dbcp的时候 后面加上 destroy-method="close" 销毁的方法没事 但是用 spring的jdbc就会报错 提示找不到close这个方法 这是为什么? DBCP DBCP(DataBase connection pool),数据库连接池。是 apache 上的一个 java 阅读全文
posted @ 2016-09-23 23:24 Lightt 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 刚学java 不小心 加载springmvc配置文件的时候 在web.xml文件下 <context-param> <param-name>contextLoaderListener</param-name> <param-value>/WEB-INF/classes/spring/applicat 阅读全文
posted @ 2016-09-23 21:29 Lightt 阅读(16035) 评论(0) 推荐(0) 编辑
摘要: 这个错误是因为service无法自动注入 主要是Could not autowire field: private com.jkw100.ssm.service.impl.PatientServiceImpl @Autowired private PatientServiceImpl patient 阅读全文
posted @ 2016-09-23 15:10 Lightt 阅读(6879) 评论(0) 推荐(1) 编辑
摘要: 自己在写mapper.xml的时候 吧parameterType和resultType的两个类搞混了 对调了一下 以至于查询了半天查询不出结果 <select id="findPatientList" parameterType="com.jkw100.ssm.po.PatientQueryVo" 阅读全文
posted @ 2016-09-23 15:03 Lightt 阅读(739) 评论(0) 推荐(0) 编辑
摘要: applicationContext-dao.xml applicationContext-service.xml applicationContext-transaction.xml SpringMvc.xml web.xml 全部配置好之后 还需要在web.xml中加载applicationCo 阅读全文
posted @ 2016-09-23 00:39 Lightt 阅读(10164) 评论(0) 推荐(0) 编辑
摘要: --> --> --> 阅读全文
posted @ 2016-09-23 00:39 Lightt 阅读(171) 评论(0) 推荐(0) 编辑