toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.howto.testing.withspringsecurity
Package-level
declarations
Types
Types
My
Security
Tests
Link copied to clipboard
@
WebMvcTest
(
value
=
[
UserController::class
]
)
class
MySecurityTests
(
@
Autowired
val
mvc
:
MockMvcTester
)
User
Controller
Link copied to clipboard
class
UserController