这里怎么搞?谁能帮帮我?

我现在在搞若依项目的部署,在本地跑通了,我想放在linux上去跑,在linux上部署环境之后,把项目的ip给改了,当我运行
ruoyi-auth和ruoyi-gateway都可以启动

img


img

但是,ruoyi-system不行

img

报错:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.ruoyi.system.mapper.SysConfigMapper.selectConfigList

我对照了namespace的包名没有错呀

img


img

现在有点迷……
请大ge们帮帮我,help me

把红字改成全限定名试一下

SysConfigMapper.xml 里看selectConfigList 这个方法