api-boot-plugin-sequence
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.minbox.framework</groupId> <artifactId>api-boot-plugin-sequence</artifactId> <version>2.2.7.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.minbox.framework</groupId> <artifactId>api-boot-plugins</artifactId> <version>2.2.7.RELEASE</version> </parent> <groupId>org.minbox.framework</groupId> <artifactId>api-boot-plugin-sequence</artifactId> <version>2.2.7.RELEASE</version> <description>分布式高效ID算法集成,基于Twitter的Snowflake("雪花算法")算法实现分布式高效有序ID生产黑科技 Distributed efficient ID algorithm integration, based on Twitter's Snowflake algorithm to achieve distributed efficient and orderly ID production black technology. See more details:https://gitee.com/yu120/sequence</description> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <properties> <main.basedir>${basedir}/../../..</main.basedir> </properties> </project>