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

io.github.xtazxz.base.common.utils.reg.Jdbc Maven / Gradle / Ivy

The newest version!
package io.github.xtazxz.base.common.utils.reg;

import lombok.AllArgsConstructor;
import lombok.Data;

/**
 * JDBC URL解析结果.
 */
@Data
@AllArgsConstructor
public class Jdbc {

  private String hostname;

  private int port;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy