Add the queries endpoint and files

related to the queries endpoint

Issue-ID: AAI-1864
Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
18 files changed
tree: b4dfbadd8c09c809573e21f3978515138e35af5b
  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