
com.luues.security.core.entity.Server Maven / Gradle / Ivy
package com.luues.security.core.entity;
import lombok.Data;
import java.io.Serializable;
@Data
public class Server implements Serializable {
private String host;
private Integer port;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy