摘要: 1. 学到的东西: Spring JDBC * Spring框架对JDBC的简单封装。提供了一个JDBCTemplate对象简化JDBC的开发 * 步骤: 1. 导入jar包 2. 创建JdbcTemplate对象。依赖于数据源DataSource * JdbcTemplate template = 阅读全文
posted @ 2020-12-01 20:35 巩云龙 阅读(51) 评论(0) 推荐(0) 编辑