We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop the org.springframework.boot.autoconfigure.EnableAutoConfiguration settings from spring.factories because it removed since spring-boot 3.0.
org.springframework.boot.autoconfigure.EnableAutoConfiguration
spring.factories
# Auto Configure org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.mybatis.spring.boot.autoconfigure.MybatisLanguageDriverAutoConfiguration,\ org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration
The text was updated successfully, but these errors were encountered:
Drop EnableAutoConfiguration from spring.factories
83bbac7
Fixes mybatisgh-754
Merge pull request #755 from kazuki43zoo/gh-754
f0404af
kazuki43zoo
Successfully merging a pull request may close this issue.
Drop the
org.springframework.boot.autoconfigure.EnableAutoConfiguration
settings fromspring.factories
because it removed since spring-boot 3.0.The text was updated successfully, but these errors were encountered: