toggle menu
few
jvm
switch theme
search in API
web
/
web.config
/
WebConfig
Web
Config
@
Configuration
@
ComponentScan
(
basePackages
=
[
"web"
]
)
@
Import
(
value
=
[
SecurityConfig::class
]
)
class
WebConfig
Members
Constructors
Web
Config
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
logging
Handler
Link copied to clipboard
@
Bean
(
name
=
[
"webLoggingHandler"
]
)
fun
loggingHandler
(
)
:
LoggingHandler
mdc
Log
Filter
Link copied to clipboard
@
Bean
(
name
=
[
"webMdcLogFilter"
]
)
fun
mdcLogFilter
(
objectMapper
:
ObjectMapper
)
:
Filter
web
Configurer
Link copied to clipboard
@
Bean
(
name
=
[
"webConfigurer"
]
)
fun
webConfigurer
(
)
:
WebMvcConfigurer