在SpringBoot中使用測試

第一步 在POM.XML配置,引入依賴html

 

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>

第二步 建立測試類,一如兩個註解spring

@RunWith(SpringRunner.class)spring-boot

@SpringBootTest //須要制定應用測試

public class SpringBootTests{}htm

相關文章
相關標籤/搜索