@ConfigurationProperties(prefix="febs.identify.db") public static class IdentifyProperties.DB extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
connectTimeout
connect timeout in milliseconds.
|
protected String |
password |
protected int |
retryCount
retry to connect to database.
|
protected String |
tablename
the db table name.
|
protected String |
type
db type; e.g. mysql
|
protected String |
url
db url; e.g. localhost:3306/xx
|
protected String |
username
the username of database.
|
| 构造器和说明 |
|---|
DB() |
protected String type
protected String url
protected String username
protected String password
protected String tablename
protected int retryCount
protected int connectTimeout
Copyright © 2020. All rights reserved.