springboot 里面properties配置文件内容为何Controller 调用时.为何总是内容错误?

我实在找不到解决办法了!
Controller 代码
img

properties 代码
img
**
报错
img
**总感觉是找不到文件
**

img

可问题是我已经加了 ignoreResourceNotFound = true

PropertySource注解中的classpath拼写错误了。

有个ConfigxxxxxProperties注解才能起作用!具体代码提示吧