mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-23 20:14:10 +08:00
starrocks 端口号调整
This commit is contained in:
@@ -15,7 +15,7 @@ public class StarrocksParametersBuilder extends DefaultParametersBuilder {
|
||||
List<DatabaseParameter> databaseParameters = new ArrayList<>();
|
||||
DatabaseParameter host = new DatabaseParameter();
|
||||
host.setComment("JDBC连接");
|
||||
host.setValue("jdbc:mysql://localhost:3306/dbname");
|
||||
host.setValue("jdbc:mysql://localhost:9030/dbname");
|
||||
host.setName("url");
|
||||
host.setPlaceholder("请输入JDBC连接串");
|
||||
databaseParameters.add(host);
|
||||
|
||||
Reference in New Issue
Block a user