auto-configuration and config location conflict.
See original GitHub issueCurrently 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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (21 by maintainers)
Top Results From Across the Web
Conflict with spring-boot-auto-configure from parent context
Currently I am developing a new part to an existing application. This is a Spring boot servlet (Spring boot 1.5.22) which is deployed...
Read more >49. Creating Your Own Auto-configuration - Spring
An auto-configuration can be affected by many factors: user configuration ( @Bean definition and Environment customization), condition evaluation (presence of a ...
Read more >What is IPv4 Autoconfiguration and why it overwrites static IP
Since I can't add comment to TOOGAM's answer: autoconfiguration apparently can overwrite static ip configuration. Today I had a laptop (with ...
Read more >R12 E-Business Suite Autoconfig Execution Fails With Error ...
When attempting to run the Autoconfig on the Application Tier, the Autoconfig process stops due to a version conflict. For example: [ VERSION ......
Read more >IE GPO to lockdown proxy & automatic config settings ...
... The lockdown of the settings happens but then the Automatic configuration settings don't change (i.e. if the settings were not correct ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I prefer the
repository
package 😄 I think this solution will should provide since a next minor release (e.g. 1.1.0).@jcbvm Jacob, can you please check issue #46 ?