Spring
king87130
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSH 项目异常:Failed to convert property value of type [$Proxy13] to required type
Spring中,Action的Service属性要是接口类型,否则容易出现这个异常。、 使用Spring,面向切面编程,就要面向接口,而不是实现类。原创 2012-09-24 09:41:51 · 586 阅读 · 0 评论 -
使用Spring进行统一日志管理 + 统一异常管理
统一日志和异常管理配置好后,SSH项目中,代码以往散落的log.info() 和 try..catch..finally 再也不见踪影! 统一日志异常实现类: package com.pilelot.web.util; import org.apache.log4j.Logger; import org.springframework.aop.ThrowsAdvice; impo原创 2012-09-24 10:37:54 · 22299 阅读 · 5 评论
分享