所有类
| 类 | 说明 |
|---|---|
| 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 | 已过时。 |
| SnowFlakeIdUtils |
SnowFlake 单例
Usage :
long id1 = SnowFlakeIdUtils.INSTANCE.getId();
long id2 = SnowFlakeIdUtils.getInstance().nextId();
|
| ValidStatusEnum |