mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
feat(数据源): 配置数据源支持直接输入jdbcurl字符串,而不是必须输入ip
This commit is contained in:
@@ -2,8 +2,6 @@ package io.dataease.api.ds.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class Configuration {
|
||||
private String type;
|
||||
@@ -17,6 +15,8 @@ public class Configuration {
|
||||
private String aliasSuffix = "";
|
||||
private String jdbc;
|
||||
private String host;
|
||||
private String jdbcUrl;
|
||||
private String urlType;
|
||||
private Integer port;
|
||||
private String username;
|
||||
private String password;
|
||||
|
||||
Reference in New Issue
Block a user