Build the JAR and start the service in Docker:
mvn clean package -DskipTests && docker-compose up -d --build
After it starts, the API is available at http://localhost:8081 and Swagger UI at http://localhost:8081/swagger-ui.html.
To view logs:
docker-compose logs -f
To stop:
docker-compose down
Source: Mars-Sea/doc-gen-service — distributed by TomeVault.