From 7d1c680a431d64eaf304003b9ea45f0c01ed00a8 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Sun, 05 Nov 2017 09:49:21 +0800 Subject: [PATCH] updated --- pom.xml | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a596dd4..1bb09d4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,12 +24,38 @@ <java.version>1.8</java.version> </properties> + <repositories> + <repository> + <id>aliyunRepository</id> + <name>myRepository</name> + <url>http://maven.aliyun.com/nexus/content/groups/public/</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + + <repository> + <id>spring-milestone</id> + <url>http://repo.spring.io/libs-release</url> + </repository> + </repositories> + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> -- Gitblit v1.8.0