settings.xml 622 B

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