Fix file encoding issue on emails.

This commit is contained in:
Paulo Gustavo Veiga
2022-04-11 09:51:15 -03:00
parent 08374056cc
commit e435cd4666
4 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@
</bean>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="defaultEncoding" value="UTF-8"/>
<property name="basenames">
<list>
<value>messages</value>