java-tutorials/spring-boot-custom-starter
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
..
greeter BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
greeter-library BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
greeter-spring-boot-autoconfigure BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
greeter-spring-boot-sample-app BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
greeter-spring-boot-starter BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
README.md Update and add README files (#4657) 2018-07-08 10:12:13 -05:00
pom.xml BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30

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