报告将 Spring Expression Language (SpEL) 注入静态字段(注入 'null' 值)的尝试。
示例:
@Controller public class MyController { @Value("#{systemProperties['some.key']}") // 不允许注入到 static 字段 static String spelWithDefaultValue; }