Felipe Santiago Corro bebaf6d339 BAEL-1776: Add description and change module name (#4607)
* Add description and change module name

* Fix mvn parent in spring-boot-custom-starter
2018-07-05 23:27:12 -05:00

10 lines
467 B
Markdown

### Relevant Articles:
- [Creating a Custom Starter with Spring Boot](http://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.