https://www.cnblogs.com/RzCong/p/10319842.html
springboot項(xiàng)目中,a模塊配置了redis相關(guān)得yaml配置,然后a項(xiàng)目中單獨(dú)測試通過,如果a項(xiàng)目作為子項(xiàng)目在夫項(xiàng)目啟動,父項(xiàng)目是無法加載a項(xiàng)目得yaml得redis配置得,會默認(rèn)獲取localhost,所以父項(xiàng)目也需要配置redis相關(guān)配置信息;