Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Add instructions for installing test helper and parent POM #646

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)