Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/power4j/fckit


https://github.com/power4j/fckit

Last synced: 6 days ago
JSON representation

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` 正在开发中