You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that jte-spring-boot-starter-3 doesn't depend on jte - that means if I only add jte-spring-boot-starter-3 to my project, the auto-configuration doesn't enable, because it's conditional on TemplateEngine, 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.
You get a one-stop-shop for all the Spring and related technology that you need without having to hunt through sample code and copy paste loads of dependency descriptors
Would it be possible to add jte as a dependency to jte-spring-boot-starter-3?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: