Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.06 KB

File metadata and controls

41 lines (27 loc) · 1.06 KB

Usage Instructions

Preparation:

For local Spring cloud config will load it's configuration from the poc-ground-config directory.

Local Development:

If you just want to run the project from the command line you can use the following steps:

  • mvn package
  • docker-compose -f docker-compose-all.yml up -d --build

Using an IDE:

If you would like to use an ide make sure you start up the docker-compose.yml file first.

You can open the project in an IDE like InteliJ and start up the following services in the given order first:

  • grd-discovery
  • grd-config
  • all the other services and support app's

Support URL's:

API:

curl -X GET
http://localhost:8765/user/profile
-H 'cache-control: no-cache'
-H 'content-type: application/json'