eclipse maven - could not read settings.xml

mac2024-03-26  32

我也不知道为啥突然好了

但我貌似改了这些配置

1. settings.xml

<mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> </mirrors>

2.还改了notepad的编码格式

改为了UTF8编码

原来的是UTF8无bom格式

 

据我推测 , 应该是编码前还有空格占位的,这些空格不是正常的编码,只是推测

至于BOM格式又是什么还不知道

最新回复(0)