Closed
Description
Currently I've an issue with setting up my project.
When I set the config
property in my application.properties
, MybatisAutoConfiguration
still scans the project for possible mappers, causing all my interfaces in that package becoming a mapper file.
When debugging, I see the config check being done after the auto configuration is scanning my package. This seems like a bug to me.