thymeleafexamples-springmail
thymeleafexamples-springmail copied to clipboard
SpringMail - Companion application for the "Rich HTML email in Spring with Thymeleaf" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/springmail.html
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.0.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...
Bumps commons-io from 2.4 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Fix the unresolved beans for template engine and use the bean that defined only for email service
Bumps commons-fileupload from 1.3.1 to 1.3.3. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
https://github.com/thymeleaf/thymeleafexamples-springmail/blob/afeb5529347a09ea8960b4feecf39a17ecd2cb68/src/main/java/thymeleafexamples/springmail/business/SpringMailConfig.java#L109 SpringTemplateEngine extends TemplateEngine . setTemplateEngineMessageSource method is in the SpringTemplateEngine class, but the return type is TemplateEngine, so this method make no sense.