spring-bot icon indicating copy to clipboard operation
spring-bot copied to clipboard

TemplateEngine fails if you have teams starter but don't include teams in profile

Open robmoffat opened this issue 3 years ago • 1 comments

Added to the troubleshooting:

  • The bean 'templateEngine',... could not be registered. : This happens when you have included the Teams Spring Boot Starter but have disabled it with spring.profiles.active. This is because the Teams starter brings in Thymeleaf, as does the Symphony starter, and they collide. When Teams Spring Boot Starter is enabled, it renames the Teams Thymeleaf templateEngine to avoid this happening. Don't include the Teams Spring Boot Starter unless you're going to enable it.

robmoffat avatar May 12 '22 11:05 robmoffat

assaign

RawHit02 avatar Sep 02 '23 05:09 RawHit02