Package-level declarations

enable 注解

Types

Link copied to clipboard
@EnableAutoConfiguration(exclude = DataSourceAutoConfiguration::class)
annotation class DisableDataSource
禁用数据源自动配置
Link copied to clipboard
启用API弃用
Link copied to clipboard
Link copied to clipboard
引入CommonController中声明的请求
Link copied to clipboard
启用字典缓存
Link copied to clipboard
启用全局异常处理
Link copied to clipboard
Link copied to clipboard
@Import(value = [ErrorPageAdvice::class])
@EnableAutoConfiguration(exclude = ErrorMvcAutoConfiguration::class)
annotation class EnableNotFoundMessage
404返回改为标准输出格式 此处较为暴力直接排除了ErrorMvcAutoConfiguration