I\'m facing this error while running the project. I\'m unable to know the cause of the error and unable to find a solution online as well. This project is running over another l
This is because of spring and cloud version not compatible.
org.springframework.boot spring-boot-starter-parent 2.1.3.RELEASE
The version of the parent should be an upgrade one or the same as cloud version.
org.springframework.cloud spring-cloud-starter-oauth2 2.1.3.RELEASE