/spring-boot-custom-starter

Forked from https://github.com/eugenp/tutorials/tree/master/spring-boot-custom-starter

Primary LanguageJava

⚠️ this is forked from https://github.com/eugenp/tutorials/tree/master/spring-boot-custom-starter to upgrade Spring Boot version

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