1 Star 0 Fork 6

懒猫 / spring-cloud-all

forked from 火焱学院 / spring-cloud-all 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
lybuser 提交于 2019-09-27 09:59 . 初始化导入
<?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>com.fire.cloud</groupId>
<artifactId>spring-cloud-all</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>provider-user</module>
<module>consumer-movie</module>
<module>consumer-movie-feign</module>
<module>discovery-eureka</module>
<module>consumer-movie-ribbon</module>
<module>consumer-movie-ribbconf</module>
<module>consumer-movie-ribbon-without-eureka</module>
<module>consumer-movie-feign-log</module>
<module>consumer-movie-ribbon-without-hystrix</module>
<module>consumer-movie-feign-hystrix</module>
<module>consumer-movie-feign-hystrix-factory</module>
<module>gateway-zuul</module>
<module>gateway-zuul-reg-exp</module>
<module>file-upload</module>
<module>gateway-zuul-fallback</module>
<module>gateway-zuul-filter</module>
<module>config-server</module>
<module>config-client</module>
<module>config-server-authc</module>
<module>config-client-authc</module>
<module>config-server-eureka</module>
<module>config-client-eureka</module>
<module>config-client-refresh</module>
<module>config-server-refresh-bus</module>
<module>config-client-refresh-bus</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.7.RELEASE</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Greenwich.SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/LanMiaomao/spring-cloud-all.git
git@gitee.com:LanMiaomao/spring-cloud-all.git
LanMiaomao
spring-cloud-all
spring-cloud-all
master

搜索帮助