Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 397 Bytes

AAI Schema Service

Development

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

Run code formatter

mvn formatter:format spotless:apply process-sources