springboot单元测试 ,spring项目单元测试
springboot单元测试 ,spring项目单元测试
1.springboot
添加maven
1 |
|
编写一个测试类,加上注解
1 |
|
运行
直接执行test方法即可
2.spring
编写测试类继承 AbstractJUnit4SpringContextTests
,并添加注解,将web.xml
中配置的的配置文件也写在注解里
1 |
|
如果有多个配置,全写进去
springboot单元测试 ,spring项目单元测试
https://www.huangchaoyu.com/3302245890.html