org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'wxComponent': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'wx.appId' in value "${wx.appId}"这个就是下面一样的报错代码,不知道什么问题
你把这行
完整代码发出来。
最关键的就是could not后面的东西。你应该是配置文件少了变量,查询一下看看是不是有的变量程序用到了但是你配置文件没有给赋值的
这个spring boot代码是啥 ,这是我写的代码,配置文件没有就报错了