
spring
yt1037921169
呵呵呵
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring aop 简单实例
1。导入spring 所需要的包2 web.xml添加 contextConfigLocation classpath*:applicationContext-*.xml org.springframework.web.context.Context原创 2016-10-10 12:11:55 · 314 阅读 · 0 评论 -
spring +springmvc 基本使用
1 . 先把spring 包导入 2. 修改web.xml contextConfigLocation classpath:applicationContext-*.xml org.springframework.web.context.Cont原创 2016-09-21 15:06:06 · 213 阅读 · 0 评论 -
spring 与 hibernate 集成事务配置
1 .导入spring ,hibernate包第二配置 文件 主要是管理事务 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx=原创 2016-10-10 18:13:40 · 350 阅读 · 0 评论