java-tutorials/spring-boot-custom-starter
Dhawal Kapil 9713a07069 Fixing relative paths of several projects 2020-01-25 14:30:37 +05:30
..
greeter [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
greeter-library [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
greeter-spring-boot-autoconfigure [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
greeter-spring-boot-sample-app Fixing relative paths of several projects 2020-01-25 14:30:37 +05:30
greeter-spring-boot-starter [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
README.md Update README.md 2019-11-28 10:37:52 +08:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +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