Initial commit of the schema service

Issue-ID: AAI-1950
Change-Id: If2fd9e344d8c4ae1fa1b11e449b686035f55354f
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
49 files changed
tree: af2a2f938963447cfcc72d20dc455c3a79b148f0
  1. aai-schema-service/
  2. .editorconfig
  3. .gitattributes
  4. .gitignore
  5. LICENSE.TXT
  6. LICENSE_ALT1.txt
  7. pom.xml
  8. README.md
  9. 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