Spring5 applicanes renting web application
Appliances Rent App is a Spring Boot application built using Maven. You can build a jar file and run it from the command line (JDK 11 is required):
git clone https://github.com/uniloftsky/spring5-appliances-rent
cd spring5-appliances-rent
./mvnw package
java -jar target/*.jar
You can then access app here: http://localhost:8080