2017-05-24 14:20:57 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
- [Creating a Custom Starter with Spring Boot](http://www.baeldung.com/spring-boot-custom-starter)
|
2018-07-06 00:27:12 -04:00
|
|
|
|
|
|
|
- **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.
|
|
|
|
|
2018-07-08 11:12:13 -04:00
|
|
|
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
|
|
|
|
|
|
|
|
- [Multi-Module Project With Spring Boot](http://www.baeldung.com/spring-boot-multiple-modules)
|