Requires a JVM of version 17 or above to be installed.
Clone the project and cd into it:
git clone [email protected]:wiremock/wiremock-spring-boot-oauth2-demo.git --depth 1
cd wiremock-spring-boot-oauth2-demo
In one terminal start the OAuth2 mock:
./gradlew runMocks
In another terminal start the app:
./gradlew bootRun
Open http://localhost:8080 in your browser to start the demo.