This project contains three sub-projects:
raytracer
- the Ray Tracing workloadimageproc
- the BlurImage and EnhanceImage workloadswebserver
- the web server exposing the functionality of the workloads
Refer to the README.md
files of the sub-projects to get more details about each specific sub-project.
- Make sure your
JAVA_HOME
environment variable is set to Java 11+ distribution - Run
mvn clean package