SpringBoot高級【單元測試】

  單元測試是我們開發中調試的時候的重要方式,本文介紹下在SpringBoot2.x中怎麼使用單元測試。 單元測試 1.引入依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</sco
相關文章
相關標籤/搜索