摘要: By extended the JdbcDaoSupport, set the datasource and JdbcTemplate in your class is no longer required, you just need to inject the correct datasourc 阅读全文
posted @ 2016-12-03 13:08 MrMrCash 阅读(238) 评论(0) 推荐(0)
摘要: 一、首先配置JdbcTemplate; 要使用Jdbctemplate 对象来完成jdbc 操作。通常情况下,有三种种方式得到JdbcTemplate 对象。 第一种方式:我们可以在自己定义的DAO 实现类中注入一个DataSource 引用来完 成JdbcTemplate 的实例化。也就是它是从外 阅读全文
posted @ 2016-12-03 01:55 MrMrCash 阅读(639) 评论(0) 推荐(0)