Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/power4j/fckit
https://github.com/power4j/fckit
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/power4j/fckit
- Owner: power4j
- License: lgpl-3.0
- Created: 2022-03-20T13:42:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T02:56:27.000Z (8 days ago)
- Last Synced: 2024-11-08T03:30:36.523Z (8 days ago)
- Language: Java
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Maven Central Version](https://img.shields.io/maven-central/v/com.power4j.fist/fist-kit-dependencies)](https://central.sonatype.com/artifact/com.power4j.fist/fist-kit-dependencies)
## 技术栈- JDK: `11`
- spring-boot: `2.7.18`
- spring-cloud: `2021.0.9`
- spring-cloud-alibaba: `2021.0.6.1`## GIT 提交规范
- 参考[vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 的规范([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
- `feat` 新功能
- `fix` 修复问题/BUG
- `style` 代码风格相关,不影响运行结果
- `polish` 代码优化相关,不影响运行结果
- `perf` (性能)优化
- `refactor` 重构
- `revert` 还原之前的修改
- `test` 测试相关
- `docs` 文档/通知
- `chore` 依赖更新/脚手架配置修改等
- `workflow` 工作流改善
- `ci` 持续构建相关
- `types` 类型定义文件修改
- `wip` 正在开发中