我正在使用 MyBatis 3.2.2,但在将 XML 映射器作为资源加载时遇到问题。
<mappers>
<mapper resource="src/main/resources/Conference.xml" />
</mappers>
例外
nested exception is org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource src/main/resources/Conference.xml
项目由 Maven 构建。