随笔分类 -  Spring MVC

spring- junit测试事务回滚
摘要:http://blog.csdn.net/molingduzun123/article/details/49383235 阅读全文
posted @ 2016-11-07 14:17 筱筱鹿丸 阅读(718) 评论(0) 推荐(0)
spring junit 做单元测试,报 Failed to load ApplicationContext 错误。
摘要:http://containsoft.iteye.com/blog/1766347 阅读全文
posted @ 2016-11-03 17:12 筱筱鹿丸 阅读(458) 评论(0) 推荐(0)
spring bean.xml
摘要:http://blog.csdn.net/lanshengsheng2012/article/details/9011635 阅读全文
posted @ 2016-11-03 15:23 筱筱鹿丸 阅读(120) 评论(0) 推荐(0)
CharacterEncodingFilter详解
摘要:字符编码过滤器 (Spring框架对字符编码的处理) 基于函数回调,对所有请求起作用,只在容器初始化时调用一次,依赖于servlet容器. web.xml配置文件 其中encoding用来设置编码格式,forceEncoding用来设置是否理会 request.getCharacterEncodin 阅读全文
posted @ 2016-09-26 16:32 筱筱鹿丸 阅读(3918) 评论(0) 推荐(0)
spring mvc中的@Entity是什么意思?
摘要:@Entitypublic Class JavaBean{}标注该类为实体类。 阅读全文
posted @ 2016-07-15 09:27 筱筱鹿丸 阅读(1281) 评论(0) 推荐(0)