1 Star 2 Fork 0

Aisen/LQ_Cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Aisen 提交于 2024-12-09 13:11 +08:00 . init
<?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.lingque</groupId>
<artifactId>lingque-cloud</artifactId>
<version>1.0-SNAPSHOT</version>
<licenses>
<license/>
</licenses>
<developers>
<developer>
<id>master</id>
<email>aisen1024@163.com</email>
<name>liming.zheng</name>
<url>https://ling-que.cpolar.top</url>
<roles>
<role>master</role>
<role>develop</role>
</roles>
</developer>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.16</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aisenspace/lq_cloud.git
git@gitee.com:aisenspace/lq_cloud.git
aisenspace
lq_cloud
LQ_Cloud
master

搜索帮助