sgroschupf / zkclient

a zookeeper client, that makes life a little easier.
www.datameer.com
Apache License 2.0
1.08k stars 491 forks source link

Spring boot run failed #85

Open wangchengming666 opened 4 years ago

wangchengming666 commented 4 years ago

When my spring boot start, show error message, could you help me?

image

code as below

public abstract class AbstractLock {

    @Resource
    private ZkClient zk;
}