|
|
|
@ -339,7 +339,7 @@ export default {
|
|
|
|
|
case 'com.ibm.db2.jcc.DB2Driver':
|
|
|
|
|
return 'jdbc:db2://localhost:5000/db_name'
|
|
|
|
|
case 'com.microsoft.sqlserver.jdbc.SQLServerDriver':
|
|
|
|
|
return 'jdbc:sqlserver://localhost:1433;databaseName=db_name'
|
|
|
|
|
return 'jdbc:sqlserver://localhost:1433;databaseName=db_name;encrypt=false'
|
|
|
|
|
case 'org.postgresql.Driver':
|
|
|
|
|
return 'jdbc:postgresql://localhost:13308/db_name'
|
|
|
|
|
case 'org.apache.hive.jdbc.HiveDriver':
|
|
|
|
|