sgroschupf/zkclient

Spring boot run failed

Opened this issue · 0 comments

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

image

code as below

public abstract class AbstractLock {

    @Resource
    private ZkClient zk;
}