Start client, resource server, and authorization server by running the following command for each of them.
mvn clean spring-boot:run
Initiate the flow by navigating to http://localhost:9999/client/resource.
For detailed explanation please refer to this blog post.