Skip to content

Commit

Permalink
README.md: Add instructions for installing test helper and parent POM (
Browse files Browse the repository at this point in the history
…#646)

closes #645

Signed-off-by: Robert Ratliff <[email protected]>


Co-authored-by: Marek Posolda <[email protected]>
Signed-off-by: Robert Ratliff <[email protected]>
  • Loading branch information
rratliff and mposolda authored Jan 28, 2025
1 parent 3d2ccd2 commit 861d77a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions spring/rest-authz-resource-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ For more details, see the Keycloak documentation about how to [create a new real
Build and Run the Quickstart
-------------------------------

If your server is up and running, perform the following steps to start the application:
If this is the first time you're running the quickstart application, you will need to install the parent POM and test helper in your local Maven repository. From the root of the repository, do the following:

```
mvn clean install
cd misc
mvn clean install
```

If your Keycloak server is up and running, perform the following steps to start the application:

1. Open a terminal and navigate to the root directory of this quickstart.

Expand Down Expand Up @@ -177,4 +185,4 @@ References

* [Spring OAuth 2.0 Resource Server JWT](https://docs.spring.io/spring-security/reference/servlet/oauth2/resource-server/jwt.html)
* [Keycloak Authorization Services](https://www.keycloak.org/docs/latest/authorization_services/)
* [Keycloak Documentation](https://www.keycloak.org/documentation)
* [Keycloak Documentation](https://www.keycloak.org/documentation)

0 comments on commit 861d77a

Please sign in to comment.