2017年8月9日

摘要: Spring与JDBC整合背景: 1.Spring提供了编写Dao的工具类:JdbcTemplate JdbcTemplate.update("insert....",参数); JdbcTemplate.query();//查询多行记录 JdbcTemplate.queryForObject();/ 阅读全文
posted @ 2017-08-09 19:27 左夕 阅读(149) 评论(0) 推荐(0) 编辑

导航