This module is a Spring Boot application that includes the following modules
Have a look at ModularApplication.java
to see how the booking module is imported with @Import
. The security module is included
via Spring Boot's auto configuration
mechanism.
This repository is accompanied by a companion blog article.