1 Star 0 Fork 2

liug/shop-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
Leon 提交于 2020-08-23 19:54 . 防刷限流
<?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.seemygo.shop.cloud</groupId>
<artifactId>shop-cloud</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<name>shop-cloud</name>
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
</properties>
<modules>
<module>config-server</module>
<module>eureka-server</module>
<module>zuul-server</module>
<module>member-api</module>
<module>member-server</module>
<module>goods-api</module>
<module>goods-server</module>
<module>seckill-api</module>
<module>seckill-server</module>
<module>shop-common</module>
<module>websocket-server</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.seemygo.shop.cloud</groupId>
<artifactId>shop-common</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wolfcodeliug/shop-cloud.git
git@gitee.com:wolfcodeliug/shop-cloud.git
wolfcodeliug
shop-cloud
shop-cloud
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385