SpringBoot- springboot集成Redis出现报错:No qualifying bean of type 'org.springframework.data.redis.conn...

https://www.cnblogs.com/RzCong/p/10319842.html


springboot项目中,a模块配置了redis相关得yaml配置,然后a项目中单独测试通过,如果a项目作为子项目在夫项目启动,父项目是无法加载a项目得yaml得redis配置得,会默认获取localhost,所以父项目也需要配置redis相关配置信息;

你可能感兴趣的:(SpringBoot- springboot集成Redis出现报错:No qualifying bean of type 'org.springframework.data.redis.conn...)