ssm
努力的代码狗
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
无法连接mysql The server time zone value '???ú±ê×??±??' 及Connections could not be acquired from ..
报错情况: 1. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the d...原创 2018-09-22 16:03:48 · 249 阅读 · 0 评论 -
nested exception is org.apache.ibatis.reflection.ReflectionException
错误情况 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'paperId' o...原创 2018-09-30 08:42:31 · 34341 阅读 · 0 评论 -
IncompleteElementException: Could not find result map 解决办法
org.apache.ibatis.builder.IncompleteElementException: Could not find result map。。。。。。。 出现这种问题 一般是xxMapper.xml 文件写错了 1.注意 映射关系 与 实体类 是否一致 2.resultMap 上下是否一致...原创 2018-10-09 15:59:16 · 5529 阅读 · 0 评论 -
Required String parameter 'userName' is not present
Required String parameter 'userName' is not present 1.注意 mapper.xml 文件 与 实体类 对应的起不 2. Dao, service 接口里的 与 mapper.xml 文件一致不 3. 数据库 的数据 是否与你的新数据 重合了...原创 2018-10-09 16:26:20 · 11813 阅读 · 0 评论 -
BeanCreationException: Error creating bean with name 'xxController':
报这个错,一定要注意 controller类的注解的包导对没 以及 mapper.XML 是否与数据库对应 或是 字段名是否重复了原创 2018-10-10 17:32:14 · 1674 阅读 · 0 评论
分享