Starting the services - luchob/oauth2-passwordgrant-example GitHub Wiki
To test the samples the services should be started. The project is shipped with Gradle wrapper so this is generally fairly easy and it is not OS dependent. No additional software is needed.
First clone or download the project and then navigate to its root directory, for example oauth2-passwordgrant-example
. To start the AS type :auth:bootRun
. The service will be started and by default will be available at http://localhost:8080. To start the RS from the same root (maybe in another terminal) type :res:bootRun
. The service will be started and by default will be available at http://localhost:9999.