One - One Code All

Blog Content

import org.apache.ibatis.annotations.Mapper 不存在

Java   2018-02-21 22:18:24

解决方案一:


版本太低了,修改为如下即可


   org.mybatis
   mybatis
   3.4.6


   org.mybatis
   mybatis-spring
   1.3.2


解决方案二:

org.apache.ibatis.annotations不存在



    org.mybatis.spring.boot
    mybatis-spring-boot-starter
    1.3.2


解决方案三:


            org.apache.ibatis
            ibatis-core
            3.0



上一篇:springboot 中手动向pom.xml加入依赖时 如何让Maven 自动更新包
下一篇:国内比较有名的maven镜像

The minute you think of giving up, think of the reason why you held on so long.