Spring boot 整合Junit遇到的坑

這是我在使用springboot整合Junit的時候遇到的坑 1.在pom.xml中添加junit環境的依賴java <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> 2.在src/test/
相關文章
相關標籤/搜索