[manager,collector]mariadb,postgresql支持timeout,fix jdbc解析异常 (#36)

* [manager,collector]fix jdbc解析异常,mariadb支持timeout

* [manager]postgresql支持timeout设置
This commit is contained in:
tomsun28
2022-03-17 15:42:36 +08:00
committed by GitHub
parent f710795f0f
commit ddb290bba3
8 changed files with 44 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ public class JdbcProtocol {
/**
* 超时时间
*/
private Long timeout;
private String timeout;
/**
* 数据库类型 mysql oracle ...
*/