1 Star 0 Fork 0

第一仓/idworker-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
吴佳隆 提交于 2024-03-24 10:04 +08:00 . 加入测试依赖
<?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.n3r.idworker</groupId>
<artifactId>idworker-client</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>idworker-client</name>
<description>id 生成器</description>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 表示项目构建开始时间 -->
<timestamp>${maven.build.timestamp}</timestamp>
<!-- 表示属性 ${maven.build.timestamp} 的展示格式,默认值为 yyyyMMdd-HHmm -->
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
<!-- 表示项目根目录,即包含 pom.xml 文件的目录 -->
<basedir>/</basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d1c/idworker-client.git
git@gitee.com:d1c/idworker-client.git
d1c
idworker-client
idworker-client
master

搜索帮助