java-tutorials/spring-boot-custom-starter
amit2103 6bc2f22a9a [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
..
greeter [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
greeter-library [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
greeter-spring-boot-autoconfigure [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
greeter-spring-boot-sample-app [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
greeter-spring-boot-starter [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
README.md [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30
pom.xml [BAEL-16045] - Moved code to java-string-2 2019-10-27 19:47:01 +05:30

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