springboot对service进行junit测试

springboot对service进行junit测试_第1张图片

@SpringBootTest(classes = SinotnEnmsApplication.class)
classes == (工程的启动类)

图片: springboot对service进行junit测试_第2张图片
pom.xml中引入以下代码

	
		junit
		junit
		test
	

	
		org.springframework.boot
		spring-boot-starter-test
		test
	

运行成功
springboot对service进行junit测试_第3张图片

你可能感兴趣的:(java,springboot,junit)