摘要: spring jdbc spring tx 1、spring的jdbc模板 Spring提供了很多持久层技术的模板类简化编程: 1.1、jdbc模板的基本使用 2、spring整合连接池 【配置内置连接池】 【将模板配置到Spring中】 【编写测试类】 2.1、 Spring中配置DBCP连接池: 阅读全文
posted @ 2018-10-17 21:12 木子木泗 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Spring的Bean管理:(注解方式) Spring的AOP:XML方式 Spring的AOP:注解方式 1、Spring的Bean管理的中常用的注解: * @Controller :WEB层 * @Service :业务层 * @Repository :持久层 1.1、 @Component:组 阅读全文
posted @ 2018-10-17 20:19 木子木泗 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1、spring概述 Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复 阅读全文
posted @ 2018-10-17 19:59 木子木泗 阅读(457) 评论(0) 推荐(0) 编辑