Spring Boot app example from book Spring in Action 6th ed.
The code include working structure of a web site to order tacos;
The code include:
- MVC structure;
- Spring Data JPA + H2 in-memory DB;
- Spring Security, allowing only registered user to make orders