Skip to content

slaszu/ing

Repository files navigation

Ing

vert.x 4.4.0 purple

This application was generated using http://start.vertx.io

Building

To build (with tests)

./build.sh

To run on port 8080 (default)

./run.sh

To run on other port (eg. 8888)

./run.sh -Dport=8888

SAST (Static Application Security Testing)

Docker compose (test environment)

To run application on openjdk:17-bullseye image:

docker compose up

The docker-entrypoint.sh script build and run application inside docker container.