Create a simple Phonebook application. The application should hold contacts, which are the main app entity.
The functionality of the application should support:
- Listing contacts
- Add Contact
- Spring framework (Spring MVC + Spring Boot + Spring Data)
- Thymeleaf view engine
The Contact entity holds 2 properties:
- name – non-empty text
- number – non-empty text
Runs under Java 13 on localhost:8080