所有类
| 类 | 说明 |
|---|---|
| ApplicationException | |
| CommonAssert | |
| CommonUtils | |
| Hashids |
Hashids designed for Generating short hashes from numbers (like YouTube and Bitly), obfuscate
database IDs, use them as forgotten password hashes, invitation codes, store shard numbers.
|
| LogRecordDto | |
| LogTypeEnum | |
| ResponseWrapper<T> | |
| SnowFlake |
Twitter的snowflake算法
请使用 SnowFlakeIdUtils.getInstance().nextId() 替换
|
| SnowFlakeIdUtils |
SnowFlake 单例
Usage :
long id1 = SnowFlakeIdUtils.INSTANCE.getId();
long id2 = SnowFlakeIdUtils.getInstance().nextId();
|
| ValidStatusEnum |