java-tutorials/spring-boot-modules/spring-boot-custom-starter
Krzysztof Woyke df93a6b9e6 JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
..
greeter JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2 2020-04-25 18:12:08 +05:30
greeter-library BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files) 2020-01-28 21:06:05 +01:00
greeter-spring-boot-autoconfigure JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
greeter-spring-boot-sample-app Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
greeter-spring-boot-starter JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
parent-multi-module Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
README.md Update README.md 2020-03-23 18:53:56 +08:00
pom.xml added modules in parent (#9842) 2020-08-17 10:33:20 +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