Prerequisites:
- At least Java 11
- Apache tomcat 10 (or compatible server who can utilize jakarta).
- Apache Maven (although packages to install maven are included, see mvnw scripts).
Best used with IntelliJ IDEA as IDE.
Using maven to handle docker image creation and cleanup is done by just activating the profile docker. This
can be activated via -Ddocker=true on the commandline.
Create a docker image:
mvn package -Ddocker=trueCleanup and remove the docker image:
mvn clean -Ddocker=trueSee pom.xml on how this is done.
A sample docker-compose.yaml is included to start a container easily. The
parameter image there needs to be adjusted by hand when the project name / version changes.
After the container has started, point your browser to http://localhost:8080/.
For more information and additional licenses: