Spring
yangmingge
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring报cvc-complex-type.2.3错
将Spring与iBATIS整合,在运行Demo时报发下错误:[code="exception"]cvc-complex-type.2.3: Element 'beans' cannot have character [children], because the type's content type is element-only.[/code]Google了好大时间,在网上发...原创 2011-07-07 00:43:49 · 292 阅读 · 0 评论 -
Spring 2.5整合iBATIS 2.3并使用Spring的声明式事务管理
Spring 2.5整合iBATIS 2.3的核心配置文件beans.xml如下:[code="beans.xml"] classpath:SqlMapConfig.xml ...原创 2011-07-07 09:12:36 · 192 阅读 · 0 评论 -
Spring 2.5整合DWR 2.06
[color=red]方法一:各种配置如下[/color][code="web.xml"] dwr-invoker org.directwebremoting.servlet.DwrServlet debug true dwr-invoker /dwr/*[/code][code="DwrService.java"]pac...原创 2011-07-10 15:04:09 · 162 阅读 · 0 评论 -
Spring整合JPA
[code="xml"] ...原创 2015-11-03 15:36:53 · 164 阅读 · 0 评论
分享