Skip to content
README.md 181 B
Newer Older
# How to run locally the policy service (tested in Ubuntu 20.04)


## Compile code

`
./mvnw compile
`
## Execute unit tests

`
./mvnw test
`
## Run service

`
./mvnw quarkus:dev
`