2019年05月23日

  1. 如何去除springboot下返回的空值,在yml文件中设置如下属性:

spring:
  jackson:
    default-property-inclusion: non_null


2. 启动Zookeeper
./zkServer.sh --config /opt/apache-zookeeper-3.5.5/conf/zoo.cfg start
原文地址:https://www.cnblogs.com/mengjianzhou/p/10910152.html