vault backup: 2025-12-04 09:12:56
This commit is contained in:
14
技术探究/maven/mvn 命令 错误.md
Normal file
14
技术探究/maven/mvn 命令 错误.md
Normal file
@@ -0,0 +1,14 @@
|
||||
### 1. http://0.0.0.0/ 错误
|
||||
|
||||
> ![[Pasted image 20220313122140.png]]
|
||||
|
||||
解决方案,修改对应maven命令的mirror配置,注释掉0.0.0.0
|
||||
|
||||
```
|
||||
<mirror>
|
||||
<id>aliyunmaven</id>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
<name>阿里云公共仓库</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
</mirror>
|
||||
```
|
||||
Reference in New Issue
Block a user