@Configuration public class DefaultConfig extends Object
| 构造器和说明 |
|---|
DefaultConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor |
configurabledvisor() |
void |
function() |
Boolean |
getLogEnable() |
String |
getLogLanguage() |
Double |
getTimeThreshold() |
void |
setLogEnable(Boolean logEnable) |
void |
setLogLanguage(String logLanguage) |
void |
setTimeThreshold(Double timeThreshold) |
@PostConstruct public void function()
@Bean public org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor configurabledvisor()
public Double getTimeThreshold()
public void setTimeThreshold(Double timeThreshold)
public String getLogLanguage()
public void setLogLanguage(String logLanguage)
public Boolean getLogEnable()
public void setLogEnable(Boolean logEnable)
Copyright © 2021. All rights reserved.