feat: 优化 mongo jdbc 参数
This commit is contained in:
parent
980a49b3e4
commit
854f7b62ad
@ -283,7 +283,7 @@ export default {
|
||||
{name: 'ds_doris', label: 'Doris', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true'},
|
||||
{name: 'ck', label: 'ClickHouse', type: 'jdbc', extraParams: ''},
|
||||
{name: 'redshift', label: 'AWS Redshift', type: 'jdbc'},
|
||||
{name: 'mongo', label: 'MongoDB', type: 'jdbc', extraParams: ''},
|
||||
{name: 'mongo', label: 'MongoDB', type: 'jdbc', extraParams: 'rebuildschema=true'},
|
||||
{name: 'db2', label: 'Db2', type: 'jdbc', extraParams: ''}
|
||||
],
|
||||
schemas: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user