easybest / spring-data-mybatis

Simplifies the development of creating a MyBatis-based data access layer.
https://sdm.easybest.io
Apache License 2.0
237 stars 73 forks source link

change mapper.xml's namespace reference Repository but not DO #feature #272

Open ExcuseLme opened 1 year ago

ExcuseLme commented 1 year ago

spring-data-mybatis requires the namespace in mapper.xml should reference to DO but not Repository, it breaks the feature of some plugins in IDEA that can jump to mapper.xml from Repository

please support an annotation or do some change to fix the imperfection, thanks