297 Star 2.7K Fork 1K

matevip/matecloud

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
matevip 提交于 2022-12-16 12:02 +08:00 . feat: 发布4.7.8快照版,更新依赖
<?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">
<parent>
<artifactId>mate-core</artifactId>
<groupId>vip.mate</groupId>
<version>4.7.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mate-starter-cloud</artifactId>
<dependencies>
<dependency>
<groupId>vip.mate</groupId>
<artifactId>mate-starter-common</artifactId>
</dependency>
<dependency>
<groupId>vip.mate</groupId>
<artifactId>mate-starter-feign</artifactId>
</dependency>
<!-- 按需求开启sentinel -->
<dependency>
<groupId>vip.mate</groupId>
<artifactId>mate-starter-sentinel</artifactId>
</dependency>
<!-- Nacos -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/matevip/matecloud.git
git@gitee.com:matevip/matecloud.git
matevip
matecloud
matecloud
dev

搜索帮助