老师,求问您的intellj 为啥在写pom文件会提示版本和artifactId,我的不可以?
setting.xml文件找不到呀
在你的maven 的 设置文件 setting.xml文件中 加入
<repository>
<id> central</id>
<name> Maven Repository Switchboard</name>
<url> http://repo1.maven.org/maven2</url>
<snapshots>
<enabled> false</enabled>
</snapshots>
以上代码,把公共中央库加进去
配置maven setting.xml 中的repository, 并update intellj中 maven local 和remote 的repositories
maven未配置