java-tutorials/spring-boot-custom-starter
Kyle Doyle 07859c6e38 Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
..
greeter Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
greeter-library Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
greeter-spring-boot-autoconfigure Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
greeter-spring-boot-sample-app Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
greeter-spring-boot-starter Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
README.md Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
pom.xml Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00

README.md

Spring Boot Custom Starter

This module contains articles about writing Spring Boot starters.

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