Maven은 로컬 웨어하우스의 설정 파일을 구성합니다(이미 구성됨). 이 경로만 필요합니다.

구성은 다음과 같으며 파일 다운로드 주소는 하단에 기재되어 있습니다.

<?xml 버전="1.0" 인코딩="UTF-8"?>

<설정 xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http:/ /maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
 
    <localRepository>D:\Maven\localRepository</localRepository>

  <플러그인그룹>
 
  </플러그인그룹>


  <프록시>
   
  </프록시>

  <서버>
   

  </서버>

 
  <mirrors>
    <mirror>
    <id>alimaven</id>  
    <name>aliyun maven</name>  
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf >중앙</mirrorOf>          
 </
  미러> </미러>


  <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>
 </ 프로필>
</설정>

Fu 다운로드 주소: 링크: https://pan.baidu.com/s/1PMwrYeMaAqtqtRHzgf4rxw 
추출 코드: i58g

Supongo que te gusta

Origin blog.csdn.net/weixin_52890053/article/details/130877682
Recomendado
Clasificación