In my application.properties
I add some custom attributes.
custom.mail.property.subject-message=This is a ä ö ü ß problem
In t
As already mentioned in the comments .properties files are expected to be encoded in ISO 8859-1. One can use unicode escapes to specify other characters. There is also a tool available to do the conversion. This can for instance be used in the automatic build so that you still can use your favorite encoding in the source.