
mybatis
pilaf1990
操千曲而后晓声,观千剑而后识器~
展开
-
MyBatis报错Type handler was null on parameter mapping for property XX
报错信息如下:Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested...原创 2020-04-10 18:30:53 · 15635 阅读 · 0 评论 -
解决mybatis-generator生成的Mapper文件中没有Selective结尾的方法
一开始从网上找的generatorConfig.xml内容如下:<!-- 配置生成器 --><generatorConfiguration> <!--执行generator插件生成文件的命令: call mvn mybatis-generator:generate -e --> <!-- 引入配置文件 --> <pr...原创 2019-01-31 16:03:18 · 5974 阅读 · 2 评论 -
springboot+mybatis打包时,单元测试类报错
报错信息:2019-04-01 14:33:10.703 ERROR 1957 --- [ main] o.s.test.context.TestContextManager : Caught exception while allowing TestExecutionListener [org.springframework.boot.test.mock.mock...原创 2019-04-01 14:45:33 · 3374 阅读 · 0 评论