SpringBoot运维问题
作者:fyupeng
技术专栏:☞ https://github.com/fyupeng
项目地址:☞ https://github.com/fyupeng/distributed-blog-system-api
项目预览地址:☞ 预览
留给读者
本文
一、问题汇总
1、IDEA使用SpringBoot
单元测试卡在Resoving Maven dependencies
的问题:修改pom.xm
l文件在项目的依赖配置上加上以下代码
<dependency><groupId>org.junit.platform</groupId><artifactId>junit-platform-launcher</artifactId><scope>test</scope>
</dependency>
二、总结
共敏!