This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 7.0.4!spring-doc.cn

Spring MVC Test Integration

Spring Security provides comprehensive integration with Spring MVC Testspring-doc.cn

To begin using Spring Security’s MockMvc integration, you’ll first need to configure MockMvc, and then you’ll be able to use Security’s RequestPostProcessors and other MockMvc test support.spring-doc.cn