A simple Spring Web Application for simple CRUD operation.
Real Estate Agency they said.
Web server: Undertow
SQL server: SQLite (not a server)
mvn spring-boot:run
or with wrapper
Unix-like
./mvnw spring-boot:run
Windows
mvnw.cmd spring-boot:run
mvn package
and can be run with
java -jar compiled.jar
This app uses MIT License more info on LICENSE file