diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a504159 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 +``` |