文章分类 - sping
摘要:原文链接:http://www.cnblogs.com/xusir/p/3650522.html spring,mybatis事务管理配置与@Transactional注解使用 概述事务管理对于企业应用来说是至关重要的,即使出现异常情况,它也可以保证数据的一致性。Spring Framework对事
阅读全文
摘要:http://www.cnblogs.com/onetwo/p/7371778.html
阅读全文
摘要:原文链接:http://blog.csdn.net/blueheart20/article/details/51434942 1. Controller, RestController的共同点 都是用来表示Spring某个类的是否可以接收HTTP请求 2. Controller, RestContr
阅读全文
摘要:0 springmvc中@PathVariable和@RequestParam的区别0 我的url; http://localhost:8080/Springmvc/user/page.do?pageSize=3&pageNow=2 在controller中这么写: @RequestMapping(
阅读全文
摘要:原文链接:http://blog.csdn.net/heyutao007/article/details/50326793 常用的设定方式有以下三种:通过实现 InitializingBean/DisposableBean 接口来定制初始化之后/销毁之前的操作方法;通过 <bean> 元素的 ini
阅读全文
摘要:错误原因: 我的beans.xml: 我的构造方法: 原因是:我写的tyle:
阅读全文
摘要:Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dogService' defined in class path r
阅读全文
摘要:Exception in thread "main" org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: expected 1, actual 0 at org.springframework.
阅读全文
摘要:http://my.oschina.net/xiejunbo/blog/343356 一.spring包分析 org.springframework.aop- 3.0.0.RELEASE: 面向切面编程,提供AOP实现。 org.springframework.asm- 3.0.0.RELEASE:
阅读全文