java-tutorials/spring-boot-custom-starter
matt.rossi 1076a9c8d9 Fix Format 2019-10-11 18:11:03 +02:00
..
greeter Fix Format 2019-10-11 18:11:03 +02:00
greeter-library Fix Format 2019-10-11 18:11:03 +02:00
greeter-spring-boot-autoconfigure Fix Format 2019-10-11 18:11:03 +02:00
greeter-spring-boot-sample-app Fix Format 2019-10-11 18:11:03 +02:00
greeter-spring-boot-starter Fix Format 2019-10-11 18:11:03 +02:00
README.md Fix Format 2019-10-11 18:11:03 +02:00
pom.xml Fix Format 2019-10-11 18:11:03 +02: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