Adjusted per suggestion by @pedroigor

Adjusted per suggestion by @pedroigor
This commit is contained in:
Codrin Bucur 2019-06-25 11:47:58 +02:00 committed by Stian Thorgersen
parent ba23dea8bd
commit c518ee0f8a

View file

@ -65,10 +65,11 @@ This change specifies to the policy enforcer to redirect users to a `/app-authz-
To build and deploy the application execute the following command:
```bash
$ cd keycloak-quickstarts/app-authz-jee-vanilla
[source, subs="attributes"]
----
$ cd {quickstartRepo_dir}/app-authz-jee-vanilla
$ mvn clean package wildfly:deploy
```
----
== Testing the Application