2 Star 10 Fork 8

张德明1995 / SpringCloud-Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>org.example</groupId>
<artifactId>cloud-albaba</artifactId>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.11</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
<modules>
<!-- 通用模块-->
<module>cloud-common</module>
<!-- 版本控制模块-->
<module>cloud-bom</module>
<!-- 组件模块-->
<module>cloud-component</module>
<!-- 定时任务-->
<module>elastic-job</module>
<!-- 网关模块-->
<module>cloud-gateway</module>
<!-- 认证服务-->
<module>auth-biz</module>
<!-- 基础服务-->
<module>base-biz</module>
<!-- 账户服务-->
<module>account-biz</module>
<!-- 订单服务-->
<module>order-biz</module>
<!-- 产品服务-->
<module>product-biz</module>
<!-- 测试服务 无需登录-->
<module>test-biz</module>
<!-- webflux + reactor 独立测试模块 无需登录-->
<module>webflux-biz</module>
<!-- 工作流测试模块 无需登录-->
<module>flow-biz</module>
</modules>
<properties>
<java.version>1.8</java.version>
<encoding>UTF-8</encoding>
<!-- jiedis版本控制一下,默认使用3,7,1 -->
<jedis.version>3.7.0</jedis.version>
<okhttp3.version>4.9.1</okhttp3.version>
<!-- <maven.compiler.source>1.8</maven.compiler.source>-->
<!-- <maven.compiler.target>1.8</maven.compiler.target>-->
</properties>
<dependencyManagement>
<dependencies>
<!--spring cloud alibaba-->
<dependency>
<groupId>org.example</groupId>
<artifactId>cloud-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang_deming_1995/spring-cloud-demo.git
git@gitee.com:zhang_deming_1995/spring-cloud-demo.git
zhang_deming_1995
spring-cloud-demo
SpringCloud-Demo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891