搭建Mybatis框架测试部分:
报错
org.apache.ibatis.exceptions.PersistenceException:
Error building SqlSession.
The error may exist in com/llc/mybatis/mapper/UserMapper.java (best guess)
Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.binding.BindingException: Type interface com.llc.mybatis.mapper.UserMapper is already known to the MapperRegistry.
是说路径不对找不到吧
检查了很多遍路径一直,复制的路径不会敲错啊,还是这样