Polish security-ldap-uaa-example

This commit is contained in:
Gunnar Hillert
2019-01-29 00:19:13 -10:00
parent b981dff2cb
commit 21edb09e7a

View File

@@ -36,9 +36,9 @@ In order to get everything running we need to setup the following server instanc
[source,bash] [source,bash]
---- ----
$ git clone https://github.com/ghillert/ldap-uaa-example.git $ git clone https://github.com/spring-cloud/spring-cloud-dataflow-samples.git
$ cd ldap-uaa-example $ cd spring-cloud-dataflow-samples/security-ldap-uaa-example
$ ./mwnw clean package $ ./mvnw clean package
$ java -jar target/ldapserver-uaa-1.0.0.BUILD-SNAPSHOT.jar $ java -jar target/ldapserver-uaa-1.0.0.BUILD-SNAPSHOT.jar
---- ----