启动时redis未连接导致无法启动

This commit is contained in:
648540858
2022-08-29 14:39:18 +08:00
parent 9e2630ee32
commit d47902bdca
4 changed files with 158 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ import com.genersoft.iot.vmp.utils.redis.RedisUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.DependsOn;
import org.springframework.stereotype.Component;
import java.util.*;