关于IDEA2020.1新建项目maven PKIX 报错问题解决方法

  • Post category:http

以下是关于“关于IDEA2020.1新建项目maven PKIX报错问题解决方法”的完整攻略:

简介

在使用IDEA2020.1新建项目时,有时会出现maven PKIX报错的问题。本文将介绍解决maven PKIX报错问题的方法,并提供两个示例说明。

解决步骤

以下是解决maven PKIX报错问题的方法:

步骤一:添加maven配置

在IDEA中,打开File->Settings->Build, Execution, Deployment->Build Tools->Maven->User Settings,在User Settings中添加以下配置:

<settings>
  <mirrors>
    <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>
 <profiles>
    <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>
  </profiles>
  <activeProfiles>
    <activeProfile>jdk-1.8</activeProfile>
  </activeProfiles>
</settings>

在这个配置中,我们使用阿里云的maven镜像,以解决maven PKIX报错问题。

步骤二:重新导入maven依赖

在IDEA中,打开View->Tool Windows->Maven Projects,在Maven Projects中,右键点击项目,选择Reimport,重新导入maven依赖。

示例说明

示例一:添加maven配置

假设我们在使用IDEA2020.1新建项目时,出现maven PKIX报错的问题。可以使用以下配置解决问题:

<settings>
  <mirrors>
    <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>
 <profiles>
    <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>
  </profiles>
  <activeProfiles>
    <activeProfile>jdk-1.8</activeProfile>
  </activeProfiles>
</settings>

在这个示例中,我们使用阿里云的maven镜像,以解决maven PKIX报错问题。

示例二:重新导入maven依赖

假设我们在使用IDEA2020.1新建项目时,出现maven PKIX报错的问题。可以使用以下步骤解决问题:

  1. Maven Projects中,右键点击项目,选择Reimport,重新导入maven依赖。

在这个示例中,我们重新导入maven依赖,以解决maven PKIX报错问题。

结语

本文介绍了解决IDEA2020.1新建项目maven PKIX报错问题的方法,并提供了两个示例说明。在实际应用中,需要根据具体情况选择合适的解决方法,并按照相应的步骤进行操作。同时,需要注意maven配置和maven依赖的正确性,以确保项目的稳定性和可靠性。