java-tutorials/spring-boot-custom-starter
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
..
greeter
greeter-library
greeter-spring-boot-autoconfigure Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
greeter-spring-boot-sample-app Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
greeter-spring-boot-starter
README.md
pom.xml

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