java-tutorials/spring-boot-modules/spring-boot-custom-starter
Amit Pandey d58345c913
JAVA-30991 :- Upgrade spring-boot-custom-starter to Boot 3. (#16140)
* 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.
2024-03-17 13:42:29 +01:00
..
greeter JAVA-8620: Fix references to parents 2021-11-26 19:28:29 +05:30
greeter-library JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
greeter-spring-boot-autoconfigure JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
greeter-spring-boot-sample-app JAVA-30991 :- Upgrade spring-boot-custom-starter to Boot 3. (#16140) 2024-03-17 13:42:29 +01:00
greeter-spring-boot-starter JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
parent-multi-module JAVA-8620: Fix references to parents 2021-11-26 19:28:29 +05:30
README.md Update README.md 2020-03-23 18:53:56 +08:00
pom.xml JAVA-30991 :- Upgrade spring-boot-custom-starter to Boot 3. (#16140) 2024-03-17 13:42:29 +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