文章 2025-10-25 来自:开发者社区

SpringBoot启动时连接Redis报错:ERR This instance has cluster support disabled - 如何解决?

当SpringBoot应用启动时尝试连接Redis报告"ERR This instance has cluster support disabled"错误时,通常表明SpringBoot应用配置为连接一个Redis集群,但实际连接的Redis服务实例并未配置为集群模式,或者相应支持集群连接的配置被禁用了。解决这个问题通常要从两个方面入手&...

文章 2023-02-22 来自:开发者社区

springboot-plus 导入starter-mysql.sql时出现[Err] 1064 - You have an error in your SQL syntax; check the

CREATE TABLE `core_audit` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `FUNCTION_CODE` varchar(45) DEFAULT NULL, `FUNCTION_NAME` varchar(45) DEFAULT NULL, `USER_ID` int(11) DEFAULT NULL, `USER_N...

springboot-plus 导入starter-mysql.sql时出现[Err] 1064 - You have an error in your SQL syntax; check the
文章 2022-02-17 来自:开发者社区

SpringBoot项目连接Redis:ERR Client sent AUTH, but no password is set

     问题SpringBoot项目连接Redis报错:Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set at redis.clients.jedis.Protocol.processError(P...

SpringBoot项目连接Redis:ERR Client sent AUTH, but no password is set

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

微服务

构建可靠、高效、易扩展的技术基石

+关注