-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Dependencies cycle between actuator and spring-data-jpa #13406
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
Comments
@chinfeng I'm not seeing the same error when I add actuator to our JPA sample. Can you please share a zip file or github repo with a project that shows the problem? |
I think this is a duplicate of #13042. It’s triggered by Spring Cloud where a workaround has also now been implemented. |
Thanks @wilkinsona . The problem gone when I remove @EnableDiscoveryClient from application class. |
hi ,I met the same problem.
If I modify the spring boot version |
I'm able to work around this issue by specifying management.server.port different than the server.port |
This comment has been minimized.
This comment has been minimized.
That's rt @wenfei3 , post update to 2.0.2.RELEASE version of spring boot parent , it works fine . |
This one worked :) |
This is a good suggestion. Thank you. |
I have changed the Spring boot version to 2.0.2, but this situation still occurs. I don't know what the situation is. |
@LeeYiua This issue was originally tracking a problem that was then fixed in Spring Cloud. I suspect that those whose problem was solved by upgrading to Spring Boot 2.0.2 from 2.0.1 had a different problem as no change was made in Spring Boot as a result of this issue. Also, please not that Spring Boot 2.0.x is no longer supported. I would recommend upgrading to Spring Boot 2.3.x. |
It just appear when i use spring-boot-starter-actuator and spring-boot-starter-data-jpa together.
The text was updated successfully, but these errors were encountered: