721 B
721 B
Modularizing a Spring Boot Application
This module is a Spring Boot application that includes the following modules
Points of Interest
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.
Companion Blog Article
This repository is accompanied by a companion blog article.