feat: 标签扩展:新增mysql查询超时设置 #18
This commit is contained in:
@@ -35,6 +35,10 @@ public class JdbcProtocol {
|
||||
* 数据库
|
||||
*/
|
||||
private String database;
|
||||
/**
|
||||
* 超时时间
|
||||
*/
|
||||
private Long timeout;
|
||||
/**
|
||||
* 数据库类型 mysql oracle ...
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user