Add the nodes endpoint to the schema service

Issue-ID: AAI-1861
Change-Id: I33cf346f1c2a8875945631e437636f65d76a75c8
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
21 files changed
tree: d734ddc148aad4e59b233f5cf2ffc9dbc6af8056
  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