使用ecplise的的时候,為ecplise制定maven倉庫位置。

update  Setting報酬,就是setting裏面格式寫錯了。

配置maven仓库地址bug

 

<profile>

<id>jdk-1.8</id>

<activation>

<activeByDefault>true</activeByDefault>

<jdk>1.8</jdk>

</activation>

<properties>

<maven.compiler.source>1.8</maven.compiler.source>

<maven.compiler.target>1.8</maven.compiler.target>

<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>

</properties>

</profile>

 

正確寫法公佈一下,方便以後查詢

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2022-02-07
  • 2022-02-14
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2022-02-07
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
相关资源
相似解决方案