其他分享
首页 > 其他分享> > springLearn

springLearn

作者:互联网

  1. 官网 : http://spring.io/

    官方下载地址 : https://repo.spring.io/libs-release-local/org/springframework/spring/

    GitHub : https://github.com/spring-projects

 

 

 

Caused by: org.springframework.core.

NestedIOException: Failed to parse mapping resource: 'file [D:\Program Files\JetBrains\IdeaProject\spring-study\spring-10-spring-mybatis\target\classes\com\huang\mapper\UserMapper.xml]';

nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\Program Files\JetBrains\IdeaProject\spring-study\spring-10-spring-mybatis\target\classes\com\huang\mapper\UserMapper.xml]'. Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for com.huang.mapper.UserMapper.selectUser.

please check com/huang/mapper/UserMapper.xml and file [D:\Program Files\JetBrains\IdeaProject\spring-study\spring-10-spring-mybatis\target\classes\com\huang\mapper\UserMapper.xml]

标签:xml,mapper,springLearn,spring,UserMapper,huang,com
来源: https://www.cnblogs.com/KingCae/p/15600170.html