摘要: 使用 引入依赖 <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.8.0</version> </dependency> 代码实现 import org.mocki 阅读全文
posted @ 2024-04-05 21:28 strongmore 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 问题1 the trustAnchors parameter must be non-empty import org.apache.commons.io.IOUtils; import javax.net.ssl.HttpsURLConnection; import java.io.IOExcep 阅读全文
posted @ 2024-04-05 21:27 strongmore 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 编译过程中一直compiling compiling 56 source files... 一直卡着不动,原因是项目的pom文件中配置了一个远程仓库地址,有依赖是远程仓库中的,可能是访问远程仓库卡着了。 阅读全文
posted @ 2024-04-05 21:26 strongmore 阅读(84) 评论(0) 推荐(0) 编辑