fix
Helius
2022-08-27 4f1ee115be474ff9b6621fa24a23c0fc2be8c963
src/main/java/cc/mrbird/febs/job/SystemInit.java
@@ -24,9 +24,6 @@
@Component
public class SystemInit {
    @Autowired
    private RedisUtils redisUtils;
    @PostConstruct
    public void init() {
        Map<String, Object> encryptBeans = SpringContextUtil.getBeansWithAnnotation(EncryptEnable.class);