Requirements
To start development, run make dev
- Using GraalVM Native Image
- Alternative can use Dockerfile alpine
If running integrationTest on MacOS, this would fix it:
sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock
- Currently all SQL migrations happen in this project for all microservices with
liquibase
, research how to do it properly. - Host swagger docs to some url