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