All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lx.boot.log.entity.EsInfo Maven / Gradle / Ivy

Go to download

使用文档: https://a7fi97h1rc.feishu.cn/docx/X3LRdtLhkoXQ8hxgXDQc2CLOnEg?from=from_copylink

There is a newer version: 1.1
Show newest version
package com.lx.boot.log.entity;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class EsInfo{
    private String esHosts;

    private String username;

    private String password;

    private String index;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy