Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 507 Bytes

File metadata and controls

27 lines (17 loc) · 507 Bytes

Spring Boot WireMock OAuth2 Mocking Demo

Requires a JVM of version 17 or above to be installed.

How to run

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.