首页 > TAG信息列表 > Safebox

8.3 单元测试,包括security测试

创建一个Spring Boot 项目时会自动创建一个test文件夹,所有的测试都在其中进行。 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency>      如果需要测试se