d58345c913
* JAVA-30991 :- Upgrade spring-boot-custom-starter to Boot 3. * JAVA-30991 :- Upgrade spring-boot-custom-starter to Boot 3. * JAVA-30991 :- Remove unnecessary imports. * JAVA-30991 :- Used same parent pom and uncommented in the parent module. |
||
---|---|---|
.. | ||
greeter | ||
greeter-library | ||
greeter-spring-boot-autoconfigure | ||
greeter-spring-boot-sample-app | ||
greeter-spring-boot-starter | ||
parent-multi-module | ||
README.md | ||
pom.xml |
README.md
Spring Boot Custom Starter
This module contains articles about writing Spring Boot Starters.
Relevant Articles:
-
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.