AAI-2154 Add EdgeRules to support BBS use case
[aai/schema-service.git] / README.md
1 # AAI Schema Service
2
3 ### Local setup
4
5 In order to start the service locally, here is what needs to be done
6
7 ```
8 > mvn clean install 
9 ```
10
11 Above command only needs to be run the first time
12
13 The command below actually starts the microservice
14
15 ```
16 > mvn -pl aai-schema-service -PrunAjsc
17 ```