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

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