Steve Riesenberg c3402b0b12 Replaced auth-server with localhost 3 жил өмнө
..
custom-consent-authorizationserver c3402b0b12 Replaced auth-server with localhost 3 жил өмнө
default-authorizationserver c3402b0b12 Replaced auth-server with localhost 3 жил өмнө
messages-client c3402b0b12 Replaced auth-server with localhost 3 жил өмнө
messages-resource c3402b0b12 Replaced auth-server with localhost 3 жил өмнө
README.adoc c3402b0b12 Replaced auth-server with localhost 3 жил өмнө

README.adoc

= Messages Sample

This sample integrates `spring-security-oauth2-client` and `spring-security-oauth2-resource-server` with *Spring Authorization Server*.

The username is `user1` and the password is `password`.

== Run the Sample

* Run Authorization Server -> `./gradlew -b samples/default-authorizationserver/samples-default-authorizationserver.gradle bootRun`
* Run Resource Server -> `./gradlew -b samples/messages-resource/samples-messages-resource.gradle bootRun`
* Run Client -> `./gradlew -b samples/messages-client/samples-messages-client.gradle bootRun`
* Go to `http://127.0.0.1:8080`