Fully working simple CRUD app with Spring, Spring MVC, Spring Security, Spring AOP, Hibernate and PostgreSQL
Application allows to list, create, edit and delete customers.
- Java 10
- Spring 5
- Spring MVC
- Spring Security
- Spring AOP
- Hibernate 5
- PostgreSQL 10
- john
password: 1234
roles: employee
access: list customers - mary
password: 1234
roles: manager, employee
access: list customers, add customers, update customers - susan
password: 1234
roles: admin, employee
access: list customers, add customers, update customers, delete customers


