aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 6b8bcab7be5c2860bf7a952c17628a8010723202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# AAI Schema Service

## Development
### Local setup
In order to start the service locally, here is what needs to be done
``` bash
mvn clean install 
```

Above command only needs to be run the first time.

The command below actually starts the microservice
``` bash
mvn -pl aai-schema-service -PrunAjsc
```

### Run code formatter
``` bash
mvn formatter:format spotless:apply process-sources
```