@ConfigurationProperties(prefix="dust.ms",
ignoreUnknownFields=false)
public class DustMsProperties
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
DustMsProperties.Async |
static class |
DustMsProperties.Cache |
static class |
DustMsProperties.Http |
static class |
DustMsProperties.Logging |
static class |
DustMsProperties.Mail |
static class |
DustMsProperties.Metrics |
static class |
DustMsProperties.Repository |
static class |
DustMsProperties.Ribbon |
static class |
DustMsProperties.Security |
static class |
DustMsProperties.Stream |
static class |
DustMsProperties.Swagger |
构造器和说明 |
---|
DustMsProperties() |
限定符和类型 | 方法和说明 |
---|---|
DustMsProperties.Async |
getAsync() |
DustMsProperties.Cache |
getCache() |
org.springframework.web.cors.CorsConfiguration |
getCors() |
java.lang.String[] |
getCorsMatchers() |
DustMsProperties.Http |
getHttp() |
DustMsProperties.Logging |
getLogging() |
DustMsProperties.Mail |
getMail() |
DustMsProperties.Metrics |
getMetrics() |
DustMsProperties.Repository |
getRepository() |
DustMsProperties.Ribbon |
getRibbon() |
DustMsProperties.Security |
getSecurity() |
DustMsProperties.Stream |
getStream() |
DustMsProperties.Swagger |
getSwagger() |
boolean |
isDebug() |
void |
setCorsMatchers(java.lang.String[] corsMatchers) |
void |
setDebug(boolean debug) |
public DustMsProperties.Async getAsync()
public DustMsProperties.Http getHttp()
public DustMsProperties.Cache getCache()
public DustMsProperties.Mail getMail()
public DustMsProperties.Security getSecurity()
public DustMsProperties.Swagger getSwagger()
public DustMsProperties.Metrics getMetrics()
public org.springframework.web.cors.CorsConfiguration getCors()
public java.lang.String[] getCorsMatchers()
public void setCorsMatchers(java.lang.String[] corsMatchers)
public DustMsProperties.Ribbon getRibbon()
public DustMsProperties.Stream getStream()
public DustMsProperties.Repository getRepository()
public boolean isDebug()
public void setDebug(boolean debug)
public DustMsProperties.Logging getLogging()