|  | @@ -30,6 +30,8 @@
 | 
											
												
													
														|  |      </properties>
 |  |      </properties>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <dependencies>
 |  |      <dependencies>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          <!-- nacos 依赖 -->
 |  |          <!-- nacos 依赖 -->
 | 
											
												
													
														|  |          <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-discovery -->
 |  |          <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-discovery -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
										
											
												
													
														|  | @@ -44,6 +46,12 @@
 | 
											
												
													
														|  |              </exclusions>
 |  |              </exclusions>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.taobao</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>taobao-sdk-java-auto</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>1.0.0</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  |              <groupId>org.springframework.cloud</groupId>
 |  |              <groupId>org.springframework.cloud</groupId>
 | 
											
												
													
														|  |              <artifactId>spring-cloud-loadbalancer</artifactId>
 |  |              <artifactId>spring-cloud-loadbalancer</artifactId>
 | 
											
										
											
												
													
														|  | @@ -207,19 +215,15 @@
 | 
											
												
													
														|  |          <!--            <systemPath>${project.basedir}/lib/ibatis-2.9.1.jar</systemPath>-->
 |  |          <!--            <systemPath>${project.basedir}/lib/ibatis-2.9.1.jar</systemPath>-->
 | 
											
												
													
														|  |          <!--        </dependency>-->
 |  |          <!--        </dependency>-->
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -<!--        <dependency>-->
 |  | 
 | 
											
												
													
														|  | -<!--            <groupId>com.taobao</groupId>-->
 |  | 
 | 
											
												
													
														|  | -<!--            <artifactId>taobao-sdk-java-auto</artifactId>-->
 |  | 
 | 
											
												
													
														|  | -<!--            <version>1.0.0</version>-->
 |  | 
 | 
											
												
													
														|  | -<!--            <scope>system</scope>-->
 |  | 
 | 
											
												
													
														|  | -<!--            <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>-->
 |  | 
 | 
											
												
													
														|  | -<!--        </dependency>-->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!--        <dependency>-->
 | 
											
												
													
														|  | 
 |  | +        <!--            <groupId>com.taobao</groupId>-->
 | 
											
												
													
														|  | 
 |  | +        <!--            <artifactId>taobao-sdk-java-auto</artifactId>-->
 | 
											
												
													
														|  | 
 |  | +        <!--            <version>1.0.0</version>-->
 | 
											
												
													
														|  | 
 |  | +        <!--            <scope>system</scope>-->
 | 
											
												
													
														|  | 
 |  | +        <!--            <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>-->
 | 
											
												
													
														|  | 
 |  | +        <!--        </dependency>-->
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>com.taobao</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>taobao-sdk-java-auto</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>1.0.0</version>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          <!--全局排除spring-boot-starter-logging内的所有依赖-->
 |  |          <!--全局排除spring-boot-starter-logging内的所有依赖-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
										
											
												
													
														|  | @@ -398,10 +402,26 @@
 | 
											
												
													
														|  |      </profiles>
 |  |      </profiles>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <repositories>
 |  |      <repositories>
 | 
											
												
													
														|  | 
 |  | +        <repository>
 | 
											
												
													
														|  | 
 |  | +            <id>aliyun</id>
 | 
											
												
													
														|  | 
 |  | +            <name>aliyun</name>
 | 
											
												
													
														|  | 
 |  | +            <url>https://maven.aliyun.com/repository/public</url>
 | 
											
												
													
														|  | 
 |  | +        </repository>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        <repository>
 | 
											
												
													
														|  | 
 |  | +            <id>spring</id>
 | 
											
												
													
														|  | 
 |  | +            <url>https://maven.aliyun.com/repository/spring</url>
 | 
											
												
													
														|  | 
 |  | +            <releases>
 | 
											
												
													
														|  | 
 |  | +                <enabled>true</enabled>
 | 
											
												
													
														|  | 
 |  | +            </releases>
 | 
											
												
													
														|  | 
 |  | +            <snapshots>
 | 
											
												
													
														|  | 
 |  | +                <enabled>true</enabled>
 | 
											
												
													
														|  | 
 |  | +            </snapshots>
 | 
											
												
													
														|  | 
 |  | +        </repository>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          <repository>
 |  |          <repository>
 | 
											
												
													
														|  | -            <id>nexus-public</id>
 |  | 
 | 
											
												
													
														|  | -            <url>http://192.168.0.130:8081/repository/maven-public/</url>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <id>spring-plugin</id>
 | 
											
												
													
														|  | 
 |  | +            <url>https://maven.aliyun.com/repository/spring-plugin</url>
 | 
											
												
													
														|  |              <releases>
 |  |              <releases>
 | 
											
												
													
														|  |                  <enabled>true</enabled>
 |  |                  <enabled>true</enabled>
 | 
											
												
													
														|  |              </releases>
 |  |              </releases>
 |