@value读不到数据是因为变量加了static, 去掉static静态关键字即可 /**上传路径**/ @Value("${upload.resource.url}") private String uploadUrl;