Updated closed loop query to use

private edge traversal instead of regular edge traversal

Issue-ID: AAI-2376
Change-Id: I2b43141e107779e53d3e4b392884de4ef22ed41c
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
1 file changed
tree: 24f1a9e5306cf5b2de73a5e0566bb07be739fe91
  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