<?xml version="1.0" encoding="UTF-8"?>
<settings 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\repo</localRepository><pluginGroups></pluginGroups><proxies></proxies><servers><server><id>maven-public</id><username>admin</username><password>{IndOzVI7pxcHOWGUlLe4pcRQ52Dih0mw0PTFFr9tkF0=}</password></server><server><id>maven-releases</id><username>admin</username><password>{IndOzVI7pxcHOWGUlLe4pcRQ52Dih0mw0PTFFr9tkF0=}</password></server><server><id>maven-snapshots</id><username>admin</username><password>{IndOzVI7pxcHOWGUlLe4pcRQ52Dih0mw0PTFFr9tkF0=}</password></server></servers><mirrors>
<!-- <mirror>-->
<!-- <id>maven-public</id>-->
<!-- <mirrorOf>*</mirrorOf>-->
<!-- <url>http://maven.meditrusthealth.com/repository/maven-public/</url>-->
<!-- </mirror>--><mirror><id>nexus-aliyun</id><mirrorOf>central</mirrorOf><name>Nexus aliyun</name><url>http://maven.aliyun.com/nexus/content/groups/public</url></mirror></mirrors><profiles><profile><id>jdk18</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><profile><id>nexus</id><repositories><repository><id>nexus-snapshots</id><url>http://nexus-snapshots</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><pluginRepositories><pluginRepository><id>nexus-snapshots</id><url>http://nexus-snapshots</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository></pluginRepositories></profile></profiles><activeProfiles><activeProfile>nexus</activeProfile></activeProfiles></settings>