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
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.
The text was updated successfully, but these errors were encountered:
…ing bot team framework
Merge in SYMPHONYP/symphony-java-toolkit from feature/SYMPHONYP-1106-download-feature-in-spring-bot-team-framework to spring-bot-master-db
* commit '15451c97348710774d7276e65acacbba9271d0f1':
SYMPHONYP-1106 upload attachment feature in famework
Fix for finos#342
update pom
Update CHANGES.md
Update CHANGES.md
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 ThymeleaftemplateEngine
to avoid this happening. Don't include the Teams Spring Boot Starter unless you're going to enable it.The text was updated successfully, but these errors were encountered: