IDEA加载不到xml文件

在使用mybatis时遇到找不到xml文件的错误

Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource mapper/RoleMapper.xml
	at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
	at org.apache.ibatis.session.SqlSessionFactoryBuilder.build(SqlSessionFactoryBuilder.java:80)
	at org.apache.ibatis.session.SqlSessionFactoryBuilder.build(SqlSessionFactoryBuilder.java:64)

遇到的错误在这里找到解决方式
mybatis错误——java.io.IOException: Could not find resource com/xxx/xxxMapper.xml

你可能感兴趣的:(SSM,Java)