Is it possible, using @PropertySource annotation, to configure the encoding that has to be used to load the property file?
@PropertySource
An example to clarify my prob
It is now possible:
@PropertySource(value = "classpath:/myprop.properties", encoding="UTF-8")