quarkus-mybatis
quarkus-mybatis copied to clipboard
Improve datasoruce configuration in mybatis-config.xml
Currently we have to use @DataSourceMapper("xmlconfig") when using the mybatis xml configuration. see #114 #145 and it could make some inconveniences.
I'm thinking to introduce quarkus.mybatis.xmlconfig.datasource to specify the datasource using in the xml configuration,