feat: 标签扩展:新增mysql查询超时设置 #18

This commit is contained in:
chenghua
2022-03-17 14:43:49 +08:00
parent eb65ee4206
commit 223f36c6cb
4 changed files with 22 additions and 5 deletions

View File

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