EnableNotFoundMessage

@Import(value = [ErrorPageAdvice::class])
@EnableAutoConfiguration(exclude = ErrorMvcAutoConfiguration::class)
annotation class EnableNotFoundMessage

Deprecated

404返回改为标准输出格式 此处较为暴力直接排除了ErrorMvcAutoConfiguration

See also

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String