idea spring boot 合并mybatis时,需要导入mapper公共依赖,但一直爆红,注释掉这个依赖,其他同时导入的依赖都没问题。
报的错::Could not find artifact tk.mybatis:mapper-spring-boot-starter:pom:${mapper-spring-boot-starter.version} in central (https://repo.maven.apache.org/maven2)
有什么办法可以解决呢
idea spring boot 合并mybatis时,需要导入mapper公共依赖,但一直爆红,注释掉这个依赖,其他同时导入的依赖都没问题。
报的错::Could not find artifact tk.mybatis:mapper-spring-boot-starter:pom:${mapper-spring-boot-starter.version} in central (https://repo.maven.apache.org/maven2)
有什么办法可以解决呢
${mapper-spring-boot-starter.version} ,改成你的版本号,先跑起来再秀