java-tutorials/spring-boot-modules/spring-boot-custom-starter
sampadawagde b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
..
greeter
greeter-library
greeter-spring-boot-autoconfigure
greeter-spring-boot-sample-app JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
greeter-spring-boot-starter
parent-multi-module JAVA-7178: Fix formatting of POMs (#11236) 2021-09-20 00:04:26 +05:30
README.md
pom.xml JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +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