Clone this repo:
  1. 6c6abed Update aai-common dependency in schema-service to 1.15.2 by Fiete Ostkamp · 2 weeks ago master
  2. 36873f8 Release 1.12.6 schema-service docker image by Fiete Ostkamp · 3 weeks ago
  3. f47c6af Release 1.12.6 schema-service maven artifact by Fiete Ostkamp · 3 weeks ago
  4. 51a8462 Bump version in version.properties by Fiete Ostkamp · 3 weeks ago
  5. de80a9d Migrate the schema-service from JUnit 4 to JUnit 5 by Fiete Ostkamp · 3 weeks ago

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