java-tutorials/spring-boot-custom-starter
Loredana Crusoveanu d10f6b56ed trigger parent build 2018-10-20 22:08:41 +03:00
..
greeter BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
greeter-library [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
greeter-spring-boot-autoconfigure BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 9 more modules.. work in progress..) 2018-09-16 13:53:36 -04:00
greeter-spring-boot-sample-app fix custom starter setup 2018-10-20 22:02:24 +03:00
greeter-spring-boot-starter BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
README.md Update and add README files (#4657) 2018-07-08 10:12:13 -05:00
pom.xml trigger parent build 2018-10-20 22:08:41 +03:00

README.md

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