1 Star 0 Fork 0

bruceji / spring-cloud-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
bruceji 提交于 2018-08-06 23:52 . commit
<?xml version="1.0" encoding="UTF-8"?>
<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>demo</groupId>
<artifactId>spring-cloud-demo</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<repositories>
<!-- <repository>
<id>infcn</id>
<url>http://dev.infcn.com.cn:8081/nexus/content/groups/public/</url>
</repository> -->
<repository>
<id>infcn</id>
<url>http://repo1.maven.org/maven2</url>
</repository>
<!-- <repository>
<id>mvn</id>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository> -->
</repositories>
<modules>
<module>registry</module>
<module>service0</module>
<module>service1</module>
<module>reverse-proxy</module>
<module>config-server</module>
</modules>
<!--以下dependency来自官方-->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.5.RELEASE</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Camden.SR6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
</project>
1
https://gitee.com/brucekankan/spring-cloud-demo.git
git@gitee.com:brucekankan/spring-cloud-demo.git
brucekankan
spring-cloud-demo
spring-cloud-demo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891