Simple service with crash simulation, written in Java 11 and Javalin Micro Framework.
Endpoints:
- "/"
- "/health"
- "/crash"
- "/repair"
Open in your IDE and run App.java. Or build the project with Maven and run the jar file.
./mvnw clean package
java -jar target/service-c-1.0-SNAPSHOT-jar-with-dependencies.jar
Use provided Dockerfile to create a container image.