1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
- <localRepository>C:\Users\JT\.m2\repository</localRepository>
- <mirrors>
- <mirror>
- <id>mirror</id>
- <mirrorOf>central,jcenter,!rdc-releases,!rdc-snapshots</mirrorOf>
- <name>mirror</name>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- </mirror>
- </mirrors>
- </settings>
|