java-tutorials/spring-boot-modules/spring-boot-custom-starter
mikr ad889f6bcd JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
..
greeter BAEL-20864 Move Spring Boot Custom Starter Module 2020-01-28 13:26:07 +01:00
greeter-library BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files) 2020-01-28 21:06:05 +01:00
greeter-spring-boot-autoconfigure JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
greeter-spring-boot-sample-app JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
greeter-spring-boot-starter BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files) 2020-01-28 21:06:05 +01:00
README.md Update README.md 2020-03-23 18:53:56 +08:00
pom.xml BAEL-20864 Move Spring Boot Custom Starter Module 2020-01-28 13:26:07 +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