springboot 單元測試

單元測試 (適用接口開發完成) Spring Boot進行單元測試,主要針對Service和接口(Controller)。 1. 添加依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test
相關文章
相關標籤/搜索