Add ExternalSystem to generated yaml

Issue-ID: AAI-2208
Change-Id: I1da5722abdbfa6928c2a57d179c9e4d2ad1722c8
Signed-off-by: LaMont, William (wl2432) <wl2432@us.att.com>
6 files changed
tree: e3e18530f0423d0b2a991950c86a37114eba98b2
  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