java-tutorials/spring-boot-modules/spring-boot-custom-starter/README.md

17 lines
665 B
Markdown
Raw Normal View History

## Spring Boot Custom Starter
2020-03-23 06:53:56 -04:00
This module contains articles about writing Spring Boot Starters.
### Relevant Articles:
- [Creating a Custom Starter with Spring Boot](https://www.baeldung.com/spring-boot-custom-starter)
- **greeter-library**: The sample library that we're creating the starter for.
- **greeter-spring-boot-autoconfigure**: The project containing the auto-configuration for the library.
- **greeter-spring-boot-starter**: The custom starter for the library.
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
- [Multi-Module Project With Spring Boot](https://www.baeldung.com/spring-boot-multiple-modules)