casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
848 stars 63 forks source link

JTE spring boot starter doesn't depend on spring-boot-starter #386

Closed mhalbritter closed 1 month ago

mhalbritter commented 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.