Move the aai-schema, annotations and

schema generation code from the aai-common
repo to the schema service repo as aai-schema
should be in the schema service and all code
related to it such as generation of the schema
code should also be moved to the service

Issue-ID: AAI-2002
Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
120 files changed
tree: ed0f594c75216030ab194340e710e11067d6119e
  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