配置maven阿里云仓库,不用去改maven的setting
配置maven阿里云仓库开始,不用去改maven的setting 如下配置: < project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > < modelVersion > 4.0.0 </ modelVersion > < groupId > com.battcn </ groupId > < parent > < groupId > org.springframework.boot </ groupId > < artifactId > spring-boot-starter-parent </ artifactId > < version > 1.5.4.RELEASE </ version > </ parent > < artifactId > battcn-starter-swagger </ artifactId > < name > battcn-starter-swagger </ name > < url