Closed mhalbritter closed 1 month ago
Hi @mhalbritter,
thanks for the suggestion and the explanation. That makes a lot of sense.
I changed the dependency to non-optional: https://github.com/casid/jte/commit/bdd2fcc75b6198c5bbf7b7ed6dc4ad21e018fbfc
Nice. Thank you!
Hello there!
I've noticed that
jte-spring-boot-starter-3
doesn't depend onjte
- that means if I only addjte-spring-boot-starter-3
to my project, the auto-configuration doesn't enable, because it's conditional onTemplateEngine
, which isn't on the classpath.The idea behind a starter is that the user only need to add this dependency and it pulls in all other needed dependencies, as described here.
Would it be possible to add
jte
as a dependency tojte-spring-boot-starter-3
?