How to exclude Spring Security for Spring Boot Unit Test

前端 未结 0 1074
闹比i
闹比i 2021-02-08 06:56

Spring Boot version: 2.2.6.RELEASE

@RunWith(SpringRunner::class)
@WebMvcTest(controllers = [IndexController::class])

One thing I would like to do

相关标签:
回答
  • 消灭零回复
提交回复
热议问题