java-tutorials/spring-boot-custom-starter
KevinGilmore e5f2714ff8
Update and add README files (#4657)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles
2018-07-08 10:12:13 -05:00
..
greeter-library BAEL-1776: Add description and change module name (#4607) 2018-07-05 23:27:12 -05:00
greeter-spring-boot-autoconfigure BAEL-1776: Add description and change module name (#4607) 2018-07-05 23:27:12 -05:00
greeter-spring-boot-sample-app BAEL-1776: Add description and change module name (#4607) 2018-07-05 23:27:12 -05:00
greeter-spring-boot-starter BAEL-1776: Add description and change module name (#4607) 2018-07-05 23:27:12 -05:00
README.md Update and add README files (#4657) 2018-07-08 10:12:13 -05:00
pom.xml BAEL-1776: Add description and change module name (#4607) 2018-07-05 23:27:12 -05:00

README.md

Relevant Articles:

  • Creating a Custom Starter with Spring Boot

  • 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