-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
Circular dependencies error on Spring Boot's DataSourceInitializer #186
Comments
I have the same problem. Tell me how to fix it. |
As #58 existed in 1.2.3 and fixed in 1.2.4, it seems more like a side effect of the fix rather than the same issue. |
@landys thanks for providing reproduce project. spring.datasource.initialize=false Probably, this issue belong with Spring Boot. Same error occurred using Spring JDBC(= Not using MyBatis). If you want to resolve this behavior, you can create a new issue on Spring Boot. Thanks. |
@kazuki43zoo thanks for giving the resolvent,but i still confuse why it is cause cycle dependences. |
|
The problem exists in version 1.2.4 and 1.2.5 but not 1.2.3. The similar problems are reported as issue #58 and #59, and they are considered fixed but I don't think so. Or a regression issue was introduced.
The core error is as follows.
The text was updated successfully, but these errors were encountered: