
spring
J_Maximum
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error creating bean with name 'sessionFactory' defined in class path resource
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested原创 2017-09-24 20:28:54 · 356 阅读 · 0 评论 -
Mapped Statements collection already contains value for ……
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/zz/sm/bean/SpringMybatis.xml]: Invocation of init method f原创 2017-09-25 00:39:34 · 997 阅读 · 0 评论 -
Hibernate 中出现 XXXX is not mapped 问题
org.springframework.orm.hibernate4.HibernateQueryException: bookinfo is not mapped [delete from bookinfo where bid = 5]; nested exception is org.hibernate.hql.internal.ast.QuerySyntaxException: bookinf原创 2017-09-25 15:41:25 · 2253 阅读 · 0 评论 -
java.lang.NoSuchMethodError: org.springframework.aop.scope.ScopedProxyUtils.isScopedTarget(Ljava/lan
java.lang.NoSuchMethodError: org.springframework.aop.scope.ScopedProxyUtils.isScopedTarget(Ljava/lang/String;)Z at org.springframework.context.event.EventListenerMethodProcessor.afterSingletonsInst原创 2017-09-19 18:29:35 · 1870 阅读 · 0 评论 -
org.springframework.beans.factory.NoSuchBeanDefinitionException
除了jar没导入之外,注意查看@Service @Controller等注解内是否为变量名,大小写很重要原创 2017-09-28 20:43:28 · 321 阅读 · 0 评论