Closed mhalbritter closed 1 month ago
Hey,
I've noticed (through a failing test on our side) that the jte-spring-boot-starter-3 doesn't depend on spring-boot-starter. Custom starters should depend (either transitively or directly) on spring-boot-starter, as documented in the NOTE here.
jte-spring-boot-starter-3
spring-boot-starter
Hey,
I've noticed (through a failing test on our side) that the
jte-spring-boot-starter-3
doesn't depend onspring-boot-starter
. Custom starters should depend (either transitively or directly) onspring-boot-starter
, as documented in the NOTE here.