![JAR search and dependency download from the Maven repository](/logo.png)
com.pig4cloud.plugin.druid.model.ServiceNode Maven / Gradle / Ivy
The newest version!
package com.pig4cloud.plugin.druid.model;
import lombok.Data;
/**
* @author linchtech
* @date 2020-09-16 14:08
**/
@Data
public class ServiceNode {
private String id;
private Integer port;
private String address;
private String serviceName;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy