AAI-2198 Consistent code style in schema-service

Add plugins to schema-service/pom.xml
Add Eclipse formatter configuration file

Change-Id: I744c6cf162452b27242ed8f06cb54b50f0079785
Issue-ID: AAI-2198
Signed-off-by: Keong Lim <keong.lim@huawei.com>
2 files changed
tree: 2998e7af99d3dff8bee94f64492e5adaa148ee44
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. LICENSE.TXT
  10. LICENSE_ALT1.txt
  11. onap-java-formatter.xml
  12. pom.xml
  13. README.md
  14. 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