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-demoIn one terminal start the OAuth2 mock:
./gradlew runMocksIn another terminal start the app:
./gradlew bootRunOpen http://localhost:8080 in your browser to start the demo.