码迷,mamicode.com
首页 > 编程语言 > 详细

spring boot 单元测试 --- 在测试了使用 javabean注解操作接口

时间:2020-06-11 00:47:19      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:ott   alt   code   img   image   art   cti   http   --   

1.依赖包

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

2.在测试了添加注解

@RunWith(SpringRunner.class)
@SpringBootTest

技术图片

 

 3.使用

技术图片

 

spring boot 单元测试 --- 在测试了使用 javabean注解操作接口

标签:ott   alt   code   img   image   art   cti   http   --   

原文地址:https://www.cnblogs.com/c2g5201314/p/13090405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!