Update schema service to 1.0.1-SNAPSHOT

Issue-ID: AAI-2170
Change-Id: I4728df2a0692803cb55b9e38863444ec5c41792c
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
7 files changed
tree: e10781bfb8062e68a3c125864cd96c3a03499636
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. LICENSE.TXT
  10. LICENSE_ALT1.txt
  11. pom.xml
  12. README.md
  13. 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