Java 8, Maven, Hibernate, Spring MVC, Spring-AOP, Spring-Security
1. Login user on the start page.
1. Lists customers on the page.
- Role Employee - can see the list of customers and search for a customer
- Role Manager - can update customer
- Role Admin - can delete customers
2. The list is sorted by last name.
3. The application allows you to add / edit / delete customers.
4. Search by first name or last name has been implemented. Also by name.
5. Add Logging with Spring-AOP
6. Register new user, as Employee
List Customers displayed
Maven, Mockito

