03 2023 档案
摘要:阿里云: <mirror> <id>aliyun</id> <mirrorOf>central</mirrorOf> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> 华为云: <m
阅读全文
摘要:maven的配置文件settings.xml存在于两个地方: 1.安装的地方:${M2_HOME}/conf/settings.xml 2.用户的目录:${user.home}/.m2/settings.xml 前者又被叫做全局配置,对操作系统的所有使用者生效;后者被称为用户配置,只对当前操作系统的
阅读全文
摘要:因为服务器的签名问题导致错误。关掉安全验证: git config --global http.sslVerify false
阅读全文