摘要: 一.Spring的API ApplicationContext 1.1,ApplicationContext的继承体系 applicationContext: 接口类型,代表应用上下文,可以通过其 实例 获得Spring容器中的bean对象 1.2,ApplicationContext的实现类 1) 阅读全文
posted @ 2019-08-22 20:17 pnd 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1、JdbcTemplate基本使用 1)、JdbcTemplate基本使用 概述(了解) JdbcTemplate是spring框架中提供的一个对象,是对原始繁琐的Jdbc API对象的简单封装。spring框架为我们提供了很多的操作模板类。例如:操作关系型数据的JdbcTemplate和Hibe 阅读全文
posted @ 2019-08-22 17:23 pnd 阅读(1282) 评论(0) 推荐(0) 编辑