-
Notifications
You must be signed in to change notification settings - Fork 782
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
can not start up application? #694
Comments
First, please read this document to learn how to format the code that you paste in the issue (https://help.github.com/articles/creating-and-highlighting-code-blocks/) Please provide a link to the whole |
spring cloud-version :Dalston.SR3, spring-boot-version:1.5.6.RELEASE and Spring Cloud Sleuth - version: 1.2.4 pom.xml
|
Let me try again... could you please paste the whole pom ? |
children pom.xml
parent pom.xml
|
but zipkin server is normal |
I see that you are completely misusing the Spring Cloud and Boot BOM. You are using the Spring Boot parent pom and Spring Cloud dependencies but still what you do is you provide versions manually. Why are you doing that? If you go to http://start.spring.io the project generates a Spring Boot based project with the proper release train for Spring Cloud for example if you chose Sleuth. Please remove all the versions. Also, it's best if you go to http://start.spring.io , click all the dependencies you need and then just don't touch the pom.xml . If you need more information about what a BOM (bill of material) is you can read about this here - https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-build-systems.html and here about Spring Cloud's BOM - http://projects.spring.io/spring-cloud/ . I really encourage you to read these chapters to have an understanding of what you are doing and why things are not working. |
Thanks for your help, I solved it by the following way ,upgrade aspectjweaver version。
|
application.properties
pom.xml
main
The text was updated successfully, but these errors were encountered: