Ruoyi-Cloud 启动失败的坑,关于 selectConfigList

**  刚才编辑了一堆,不知道为啥加了个英文单词,当前页面刷新自动搜索了单词,之前的内容总的就是现在都要会SpringCloud,高并发,几个真正懂高并发的,问题一般项目也没有啥高并发。自己之前的项目遇到过高并发,单体服务 Tomcat 最大连接数在那摆着设置再高没有用,打开后台一看OOM 一直跳,重启服务也还是上来就OOM,后来是让用户按城市开放注册和使用的。**

**   ok 说一下Ruoyi-Cloud 的selectConfigList**

复制代码
 Error creating bean with name 'sysConfigController':
 Unsatisfied dependency expressed through field 'configService';
 nested exception is 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

这里需要注意一点 此时你应该启动了本地Nacos nacos 安装的话,我给个下载链接吧

复制代码
链接: https://pan.baidu.com/s/1VQ6_0Wv2Z4UIXqCoqWRDpw 提取码: pdsi

其实这个问题挺好解决的 不卖关子了,实操开始。

**  1.首先 关闭本地Nacos**

2. 打开Nacos所在目录

复制代码
D:\nacos\conf

添加如下代码

复制代码
# db mysql
spring.datasource.platform=mysql
db.num=1
db.url.0=jdbc:mysql://localhost:3306/ry-config?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
db.user=root
db.password=wsnd123

保存好之后 启动 Nacos 再启动RuoYiSystemApplication 你就会发现 wow 好使了 不报错了

奥里给,如果能帮助到你,可以开通博客园的会员支持一下。