Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingzhuo/snowflake-java-client
https://github.com/yingzhuo/snowflake-java-client
docker id-generator json k8s kubernetes snowflake-twitter spring spring-boot-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yingzhuo/snowflake-java-client
- Owner: yingzhuo
- License: apache-2.0
- Created: 2019-09-30T01:13:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:22:18.000Z (about 1 year ago)
- Last Synced: 2024-11-17T02:12:13.343Z (2 months ago)
- Topics: docker, id-generator, json, k8s, kubernetes, snowflake-twitter, spring, spring-boot-starter
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## snowflake-java-client
maven依赖:
```xml
com.github.yingzhuo
snowflake-java-client
1.1.1-1```
`spring-boot`配置
```yaml
snowflake:
enabled: true
host: "localhost:8080"
```直接使用`com.github.yingzhuo.snowflake.Snowflake`即可。