diff --git a/spring/rest-authz-resource-server/README.md b/spring/rest-authz-resource-server/README.md index 16c9ef5db..0f46a4c9c 100644 --- a/spring/rest-authz-resource-server/README.md +++ b/spring/rest-authz-resource-server/README.md @@ -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. @@ -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) \ No newline at end of file +* [Keycloak Documentation](https://www.keycloak.org/documentation)