BAEL-20864 Move Spring Boot Custom Starter Module
This commit is contained in:
16
spring-boot-modules/spring-boot-custom-starter/README.md
Normal file
16
spring-boot-modules/spring-boot-custom-starter/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Spring Boot Custom Starter
|
||||
|
||||
This module contains articles about writing [Spring Boot Starters](https://www.baeldung.com/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)
|
||||
Reference in New Issue
Block a user