Add NFVO external-system in AAI

Change-Id: I71601180d47fe3de71ddbc07a4c54db7b398f520
Signed-off-by: udhaya Chandran <udhayachandran.m@verizon.com>
Issue-ID: AAI-2205
3 files changed
tree: f6efd3021c9586f24c46f3024017bde0f94f5a8e
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. INFO.yaml
  10. LICENSE.TXT
  11. LICENSE_ALT1.txt
  12. onap-java-formatter.xml
  13. pom.xml
  14. README.md
  15. 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