Add the versions api with the echo api

Issue-ID: AAI-1863
Change-Id: Ie1e4c8752669ac0ed7984b35957936ad6abaf6bc
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
5 files changed
tree: f42de4908107f1396738e6c97390471556ac9e43
  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