@Component @ConfigurationProperties(prefix="ko-time") public class DefaultConfig extends Object
| 构造器和说明 |
|---|
DefaultConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAuthEnable() |
String |
getContextPath() |
String |
getDataSource() |
Boolean |
getEnable() |
Boolean |
getExceptionEnable() |
Boolean |
getLogEnable() |
String |
getLogLanguage() |
Boolean |
getParamAnalyse() |
String |
getPassword() |
String |
getPointcut() |
String |
getSaver() |
Integer |
getThreadNum() |
Double |
getThreshold() |
String |
getUserName() |
void |
setAuthEnable(Boolean authEnable) |
void |
setContextPath(String contextPath) |
void |
setDataSource(String dataSource) |
void |
setEnable(Boolean enable) |
void |
setExceptionEnable(Boolean exceptionEnable) |
void |
setLogEnable(Boolean logEnable) |
void |
setLogLanguage(String logLanguage) |
void |
setParamAnalyse(Boolean paramAnalyse) |
void |
setPassword(String password) |
void |
setPointcut(String pointcut) |
void |
setSaver(String saver) |
void |
setThreadNum(Integer threadNum) |
void |
setThreshold(Double threshold) |
void |
setUserName(String userName) |
public String getDataSource()
public void setDataSource(String dataSource)
public Boolean getEnable()
public void setEnable(Boolean enable)
public String getLogLanguage()
public void setLogLanguage(String logLanguage)
public Boolean getLogEnable()
public void setLogEnable(Boolean logEnable)
public Double getThreshold()
public void setThreshold(Double threshold)
public String getPointcut()
public void setPointcut(String pointcut)
public Boolean getExceptionEnable()
public void setExceptionEnable(Boolean exceptionEnable)
public String getSaver()
public void setSaver(String saver)
public Integer getThreadNum()
public void setThreadNum(Integer threadNum)
public String getContextPath()
public void setContextPath(String contextPath)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public Boolean getAuthEnable()
public void setAuthEnable(Boolean authEnable)
public Boolean getParamAnalyse()
public void setParamAnalyse(Boolean paramAnalyse)
Copyright © 2022. All rights reserved.