java-tutorials/spring-boot-custom-starter
sandip singh f6c3f9ebcb Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
..
greeter Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
greeter-library Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
greeter-spring-boot-autoconfigure Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
greeter-spring-boot-sample-app Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
greeter-spring-boot-starter Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
README.md Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
pom.xml Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +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