
Questions: 23,661 //
Answers: 52,176 //
Contributing Members: 17,932
import org.springframework.beans.factory.annotation.Value @Value("${email.subject}") private String emailSubject;
It have value, but not suport UTF-8. I am looking forward to your help
Aug 18, 2017 at 12:18 PM, creativegalaxy answered with:
@Truong Nguyen Nhur I Hope you did the declaration of Spring PropertiesFactoryBean. If then add below property as part of your declaration, then the entire file content encoding will be considered as UTF-8
<beans:property name="fileEncoding" value="UTF-8"/>
How to ceate LocalDateTime variable from String and formater 1 Answer
How to convert from org.mule.transport.file.ReceiverFileInputStream to java.io.File 1 Answer
Failed to transform from "json" to "java.util.List" 3 Answers
Whats the difference between Interface and Implementation XMLs in Mulesoft 1 Answer