JSQLParser as a Service
- Install Docker using the following link: https://docs.docker.com/get-docker/
- Build the image using the following command:
docker build -t jsqlparser-as-a-service .
- Running the image inside a docker container:
docker run -d -p 8079:8079 jsqlparser-as-a-service