I'm using MyBatis 3.2.2 and I have problems loading XML mappers as resources.
<mappers>
<mapper resource="src/main/resources/Conference.xml" />
</mappers>
Exception
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
Project is builed by Maven.
main/resources/Conference.xml