java-tutorials/spring-boot-custom-starter
Martin van Wingerden 0e23f2e682 [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
..
greeter [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
greeter-library [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
greeter-spring-boot-autoconfigure [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
greeter-spring-boot-sample-app [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
greeter-spring-boot-starter [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
README.md [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
pom.xml [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01: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