com.github.rxyor:carp-snowflake

carp is project which contains common utils ,redis delay job , distributed lock and so on!

License

License

GroupId

GroupId

com.github.rxyor
ArtifactId

ArtifactId

carp-snowflake
Last Version

Last Version

1.0.14.17
Release Date

Release Date

Type

Type

jar
Description

Description

carp is project which contains common utils ,redis delay job , distributed lock and so on!

Download carp-snowflake

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rxyor/carp-snowflake/ -->
<dependency>
    <groupId>com.github.rxyor</groupId>
    <artifactId>carp-snowflake</artifactId>
    <version>1.0.14.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxyor/carp-snowflake/
implementation 'com.github.rxyor:carp-snowflake:1.0.14.17'
// https://jarcasting.com/artifacts/com.github.rxyor/carp-snowflake/
implementation ("com.github.rxyor:carp-snowflake:1.0.14.17")
'com.github.rxyor:carp-snowflake:jar:1.0.14.17'
<dependency org="com.github.rxyor" name="carp-snowflake" rev="1.0.14.17">
  <artifact name="carp-snowflake" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxyor', module='carp-snowflake', version='1.0.14.17')
)
libraryDependencies += "com.github.rxyor" % "carp-snowflake" % "1.0.14.17"
[com.github.rxyor/carp-snowflake "1.0.14.17"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework : spring-core jar 5.2.0.RELEASE
org.springframework : spring-beans jar 5.2.0.RELEASE
org.springframework : spring-context jar 5.2.0.RELEASE
org.springframework : spring-jdbc jar 5.2.0.RELEASE
org.mybatis : mybatis jar 3.5.2
org.mybatis : mybatis-spring jar 2.0.0
commons-collections : commons-collections jar 3.2.2
org.apache.commons : commons-lang3 jar 3.9
org.slf4j : jul-to-slf4j jar 1.7.25

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 5.2.0.RELEASE
junit : junit jar 4.12
com.alibaba : druid jar 1.1.20
mysql : mysql-connector-java jar 5.1.48

Project Modules

There are no modules declared in this project.

@TOC

介绍

工作过程中,写了一些提高效率的工具

包含内容

  1. 使用的Java工具类
  2. redis延时任务
  3. 分布式锁等

安装使用

<dependency>
  <groupId>com.github.rxyor</groupId>
  <artifactId>carp-parent</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>

使用说明

  1. Excel导入导出
https://blog.csdn.net/liuyanglglg/article/details/95952953
  1. Redis延时队列
https://blog.csdn.net/liuyanglglg/article/details/96299435

Versions

Version
1.0.14.17
1.0.14.13
1.0.14.12
1.0.14.10
1.0.14.9
1.0.14.8
1.0.14.6
1.0.14.3
1.0.14.2
1.0.14.1
1.0.9