Add the edges endpoint to the schema service

Issue-ID: AAI-1862
Change-Id: I0c540b4ecf4e69411a51453e86bf805e2146d027
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
5 files changed
tree: f971457adba3a37121e7f8419c9d3b63d9d88249
  1. aai-annotations/
  2. aai-schema/
  3. aai-schema-gen/
  4. aai-schema-service/
  5. .editorconfig
  6. .gitattributes
  7. .gitignore
  8. LICENSE.TXT
  9. LICENSE_ALT1.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc