Spring @value annotation attribute static cannot get the value

As the title, encountered a problem

@Value("${file.path}")

private static String filePath;


This is unable to get the value in the configuration file



Just remove static


Problem principle:


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324825501&siteId=291194637