I am using a properties File to store some configuration properties, that are accessed this way:
@Value("#{configuration.path_file}") private String pathFile;
@Value