springboot出现Factory method ‘sqlSessionFactory‘ threw exception; nested exception is java.lang.reflec
SpringBoot搭建环境时出现如下提示:Factory method 'sqlSessionFactory' threw exception; nested exception is java.lang.reflect.MalformedParameterizedTypeException映射有问题,最后查找出时由于jar包冲突。如上图中,在导入mybatis依赖时出现重复导入的现象,所以遇到
·
SpringBoot搭建环境时出现如下提示:
Factory method 'sqlSessionFactory' threw exception; nested exception is java.lang.reflect.MalformedParameterizedTypeException
映射有问题,最后查找出时由于jar包冲突。
如上图中,在导入mybatis依赖时出现重复导入的现象,所以遇到类似的问题,如果找不到答案时可以看看是不是jar包冲突造成的,这种问题,在我这个错误中比较难发现,希望能对大家有所启发……
更多推荐
已为社区贡献2条内容
所有评论(0)