mybatis / guice

Google Guice integration for MyBatis 3
http://mybatis.github.io/guice
Apache License 2.0
175 stars 118 forks source link

I have identified a bug in this framework. When adding mapper-related classes or XML files using the package name, an exception occurs when running the application packaged as a JAR. Specifically, using the method addMapperClasses("com.test.mapper.mysql") causes an exception, but when using addMapperClass(ClassroomMapper.class), no exception occurs. #748

Closed LetAmericaGreatAgain closed 2 months ago

LetAmericaGreatAgain commented 2 months ago

image

hazendaz commented 2 months ago

Do not use intellij error reporter to open tickets. You have effectively spammed us numerous tickets for one issue that isn't an issue with this framework. Its an issue with your usage. I'll explain on your first ticket.