java-tutorials/spring-boot-custom-starter
Alessio Stalla 0e3e7e9106 Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
..
greeter Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
greeter-library Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
greeter-spring-boot-autoconfigure Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
greeter-spring-boot-sample-app Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
greeter-spring-boot-starter Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
README.md Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
pom.xml Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +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