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>