SSM问题
施小墨
我们总会因为满足于现状而停止不前。
展开
-
Error creating bean with name 'sqlSessionFactory' defined in class path resource
1、问题:Error creating bean with name ‘sqlSessionFactory’ defined in class path resource2、解决办法错误原因: Maven依赖没有使用最新版的mybatisplus在pom.xml中,添加依赖<!-- https://mvnrepository.com/artifact/com.baomidou/m...原创 2019-03-11 09:43:48 · 6195 阅读 · 6 评论 -
Mapped Statements collection does not contain value for com.cn.myssm.dao.user.UserMapper.getUserLis
1、问题描述问题形式:Mapped Statements collection does not contain value### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.cn....原创 2019-03-10 22:10:16 · 2378 阅读 · 0 评论 -
name 'printer' defined in class path resource [applicationContext.xml]: Error setting property value
1、错误提示:说找不到Printer中的属性值,然后去看一下,配置文件Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'printer' defined in class path resource [applica...原创 2019-03-10 15:53:14 · 970 阅读 · 0 评论 -
org.springframework.beans.factory.xml.XmlBeanDefinitionReader -Ignored XML validation warning问题
03-10 12:59:59[WARN]org.springframework.beans.factory.xml.XmlBeanDefinitionReader-Ignored XML validation warningorg.xml.sax.SAXParseException; lineNumber: 5; columnNumber: 72; schema_reference.4: 无法...原创 2019-03-10 13:16:37 · 10322 阅读 · 2 评论 -
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
参考文章:https://blog.csdn.net/lihaitao000/article/details/51159562一、解决方案(1)设置jvm heap大小(2)现象:在eclipse的配置文件eclipse.ini中设置-vmargs -Xms500m -Xmx1024m,在eclipse中直接run 或者debug某些耗内存的程序时依然出现java.lang.OutOfMem...原创 2019-04-10 21:18:24 · 16778 阅读 · 0 评论