Files
getting-started/spring-boot/modular/security-module/README.md

10 lines
543 B
Markdown

# Modularizing a Spring Boot Application
This module is a Spring Boot module that is automatically imported in an application via
Spring Boot's [auto configuration mechanism](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-auto-configuration.html).
## Points of Interest
Have a look at the [spring.factories](src/main/resources/META-INF/spring.factories) file.
## Companion Blog Article
This repository is accompanied by a [companion blog article](https://reflectoring.io/modularizing-spring-boot).