85 Star 301 Fork 133

徐安(徐工) / 分布式序列号生成组件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuan698400 提交于 2018-07-01 22:44 . 支持stepStart起步序列号
<?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.xuanner</groupId>
<artifactId>xsequence</artifactId>
<packaging>pom</packaging>
<version>1.6</version>
<modules>
<module>xsequence-core</module>
<module>xsequence-test</module>
</modules>
</project>
Java
1
https://gitee.com/xuan698400/xsequence.git
git@gitee.com:xuan698400/xsequence.git
xuan698400
xsequence
分布式序列号生成组件
master

搜索帮助