Json data persistence input from Spring thymeleaf UI
- A simple and minimal web app powered by spring boot(2.0.5.RELEASE) to let user to signUp, edit the form and list the registered entries
- Using thymeleaf for UI templates, minimal input validation in place
- Using gson library (2.8.5) for Json marshalling and unmarshalling
- Json data persistece on the Filesystem, current working dir
- Java 1.8
- Maven 3.5.2 (may be 3+)
- Chrome or Firefox web browser
mvn clean install
mvn spring-boot:run