摘要:
Transport Client 通过远程连接到Es 集群,他不加入集群,只是通过集群nodes 的 transportAddress 和集群通信。 一 如何通过集群域名获得集群nodes的transportAddress http://xxx.com/_cat/nodes?h=ip,port ht 阅读全文
摘要:
Spring Boot 默认打包为jar,受公司发布系统限制,不允许上传jar包,需要转为war和zip包,因此在使用Spring Boot时需要转为war。 实现方式: 1、需要App类继承SpringBootServletInitializer,并重写“protected SpringAppli 阅读全文