check the log of disconf, zk connection is obviously successful, why there is no information under zk, I log in with zkCli.sh. / disconf is also empty. I hope some great god can help. Thank you 
 (zk version 3.3.6 is the same as pom file version) 
zk configuration
 hosts=xx.:2181 
 zookeeper_url_prefix=/disconf 
redis configuration
 redis.group1.retry.times=2 
 redis.group1.client1.name=BeidouRedis1 
 redis.group1.client1.host=127.0.0.1 
 redis.group1.client1.port=6379 
 redis.group1.client1.timeout=5000 
 redis.group1.client1.password=foobared 
 redis.group1.client2.name=BeidouRedis2 
 redis.group1.client2.host=127.0.0.1 
 redis.group1.client2.port=6380 
 redis.group1.client2.timeout=5000 
 redis.group1.client2.password=foobared 
 redis.evictor.delayCheckSeconds=300 
 redis.evictor.checkPeriodSeconds=30 
disconf log
 2018-08-21 1414 New Jedis pool 455252 [localhost-startStop-1] INFO com.github.knightliao.apollo.redis.RedisClient-New Jedis pool < client: BeidouRedis1 > < server: 127.0.0.1 New Jedis pool 6379 > object created. Connection pool will be initiated when calling. 
 2018-08-21 14 localhost-startStop-1 455306 [localhost-startStop-1] INFO com.github.knightliao.apollo.redis.RedisClient-New Jedis pool < client: BeidouRedis2 > < server: 127.0.0.1 Flux 6380 > object created. Connection pool will be initiated when calling. 
 2018-08-21 14 localhost-startStop-1-EventThread 45V 06695 [localhost-startStop-1-EventThread] INFO com.baidu.disconf.core.common.zookeeper.inner.ConnectionWatcher-zk SyncConnected 
 2018-08-21 14V 45V 06695 [localhost-startStop-1] INFO com.baidu.disconf.core.common.zookeeper.inner.ConnectionWatcher-zookeeper: xx:2181, Connected. 
 2018-08-21 14 localhosxxt-startStop-1 45V 06695 [localhosxxt-startStop-1] INFO com.baidu.disconf.core.common.zookeeper.ZookeeperMgr-zoo prefix: / disconf 
 2018-08-21 14V 45V 07195 [localhost-startStop-1] INFO com.baidu.dsp.common.listener.ContextListener-start to load ContextListener 
 2018-08-21 14V 45V 07195 [localhost-startStop-1] INFO com.baidu.dsp.common.listener.ContextListener-end of ContextListener 
 cd76af6e-7df5-4d1d-843f-43dbd45791c5 2018-08- 21 14 monitor disconf_demo rd 45 proScheduler-1 17 616 [proScheduler-1] 0 
 3231d457-a7e4-49ab-b979-4e8abf296a19 2018-08-21 14 4e8abf296a19 4515 [http-bio-8080-exec-8] INFO com.baidu.dsp.common.interceptor.login.LoginInterceptor-/ api/zoo/zkdeploy 
 3231d457-a7e4-49ab-b979-4e8abf296a19 2018-08-21 14 4e8abf296a19 4515 [http-bio-8080-exec-8] INFO com.baidu.disconf.web.service.roleres.service.RoleResourceAspect-Accessing URL:/api/zoo/zkdeploy/, method:GET, UserId:6, RoleId:2, Is priviledged:true 
 3231d457-a7e4-49ab-b979-4e8abf296a19 2018-08-21 14 purl 4515 28 [http-bio-8080-exec-8] INFO com.baidu.disconf.web.web.zookeeper.controller.ZooController-ZkDeployForm [appId=2, version=1_0_0_0, EnvId=1] 
 3231d457-a7e4-49ab-b979-4e8abf296a19 2018-08-21 14Groupe 451539 [http-bio-8080-exec-8] ERROR com.baidu.disconf.web.innerapi.zookeeper.impl.ZookeeperDriverImpl-Group / disconf/disconf_demo_1_0_0_0_rd does not exist 
 zk client view 
 [zk: localhost:2181 (CONNECTED) 0] ls / disconf 
 [] 
 [zk: localhost:2181 (CONNECTED) 1] 
problem description
the platform version of the problem and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
