
Mybatis
YCRUCAN
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorEx
在弄springboot整合Mybatis时遇到了下面的异常: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in com.example.demo.entity.User mat...原创 2018-09-17 14:55:32 · 4090 阅读 · 3 评论 -
springboot Mybatis整合
1.在pom.xml文件添加依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri原创 2018-09-18 16:54:31 · 246 阅读 · 0 评论