KEYCLOAK-13003 Remove a mention about providers directory

This commit is contained in:
Kohei Tamura 2020-02-14 15:20:44 +09:00 committed by Marek Posolda
parent 497787d2cd
commit 21b12c39bd

View File

@ -1,7 +1,7 @@
Example Realm REST Resource provider
====================================
To deploy copy target/hello-rest-example.jar to providers directory. Alternatively you can deploy as a module by running:
You can deploy as a module by running:
$KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.keycloak.examples.hello-rest-example --resources=target/hello-rest-example.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi,org.keycloak.keycloak-server-spi-private,javax.ws.rs.api"