根据官网的部署文档,进行部署,
1、创建数据库、
2、修改工程里面的配置文件
3、修改nacos服务器里面的连接mysql的配置
4、修改nacos配置中心的配置,主要是改连mysql、redis之类的配置
启动getway 报Client not connected, current status:STARTING
启动RuoYiSystemApplication 报 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部署在docker里面,只开放了8848端口,还需要开放9848、9849两个端口才行
问题处理 给docker里面的nacos 开放两个端口 参考