- Set the
ext.tomcatHomeDir
inuaa-server/build.gradle
to the local distribution of Tomcat 8.x - Download UAA ->
./gradlew downloadUAA
- Build the sample ->
./gradlew clean build
- Run UAA ->
./gradlew -b uaa-server/build.gradle cargoRunLocal
- Run the Resource Server ->
./gradlew -b resource-server/build.gradle bootRun
- Run the Client App ->
./gradlew -b client-app/build.gradle bootRun
- Go to
http://localhost:8080
and login to UAA using one of the registered users inuaa.yml
underscim.users