springboot整合redisCacheManager 的时候java.io.EOFException null的解决办法)

springboot整合redisCacheManager 的时候java.io.EOFException null的解决办法)
springboot整合redisCacheManager 的时候java.io.EOFException null的解决办法)_第1张图片
可能是配置文件properties中的mysql
数据库的驱动名字错误,或者关于数据库的其他配置错误
在此处我的是

url配置错误 改成 jdbc:mysql://localhost:3306/test既可以解决

次错误也有可能是其他配置问题,如在使用自定义redisCacheManger的 时候在用 RedisCacheConfiguration.defaultCacheConfig() 获得RedisCacheConfiguration的对象来进行配置的时候出错,每配置一个都要将rdisCacheConfiguration重新赋值

你可能感兴趣的:(springboot)