toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.annotation.enable
/
EnableNotFoundMessage
Enable
Not
Found
Message
@
Target
(
value
=
[
ElementType.TYPE
]
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Documented
@
Import
(
value
=
[
ErrorPageAdvice::class
]
)
@
EnableAutoConfiguration
(
exclude
=
ErrorMvcAutoConfiguration::class
)
annotation class
EnableNotFoundMessage
Deprecated
404返回改为标准输出格式 此处较为暴力直接排除了ErrorMvcAutoConfiguration
See also
Error
Page
Advice
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String