spring-bot
spring-bot copied to clipboard
TemplateEngine fails if you have teams starter but don't include teams in profile
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 withspring.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 ThymeleaftemplateEngineto avoid this happening. Don't include the Teams Spring Boot Starter unless you're going to enable it.
assaign