79108932

Date: 2024-10-21 07:16:05
Score: 0.5
Natty:
Report link

The error occurs because of the missing dependency on spring-boot-starter-oauth2-client. Although you specified this dependency in your question, it is missing from your project on github.com.

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Smelik