Mybatis override mapper XML in submodule

66 Views Asked by At

I am using Spring Boot with mybatis. I have one common module that defines @Repository Mapper and appropriate .XML document for the mapper.

In other module, that uses common module I want sligtly change .XML document. How can I do that?

0

There are 0 best solutions below