开发网站所用技术,重庆云阳网站建设公司,北京网站建设联系兴田德润,物流网站怎么开后端项目运行
运行报错
Error creating bean with name sysConfigServiceImpl: Invocation of init method failed
数据库创建了。 代码连接数据库地方了也匹配上了。但是还是报错。 分析 #xff1a;
想起来我电脑从来没有安装过redis 下载安装redis到windows
链接sysConfigServiceImpl: Invocation of init method failed
数据库创建了。 代码连接数据库地方了也匹配上了。但是还是报错。 分析
想起来我电脑从来没有安装过redis 下载安装redis到windows
链接https://pan.baidu.com/s/1GjNhTPFfW5aMEYoy0QDZ3g?pwdu1pt 提取码u1pt zip包解压 cmd管理员打开执行redis-server redis.windows.conf
如下redis启动成功 然后安装redis桌面软件 name随便写地址写本机ip 重启后端项目 报错
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process thats listening on port 8080 or configure this application to listen on another port.
解决
说是端口8080被占用 改成8089再重启运行成功 参考
https://blog.csdn.net/zhaolulu916/article/details/128639505