ipms-sjy/README.md
2024-07-18 09:20:05 +08:00

29 lines
602 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

项目管理系统
### 项目介绍
TODO
### 开发环境
- jdk17
- maven 3.8
- springboot 2.7
- mysql 8.0
- redis 6.2
- nginx 1.20
- docker 20.10
- docker-compose 1.29
### 运行环境
- ubuntu 20.04
- nginx 1.20
- redis 6.2
- mysql 8.0
- docker 20.10
### 提交规范
1. 从分支创建新功能分支命名规范feature-{功能名称}-{时间}-作者
2. 提交规范: 根据功能类型划分以下几种提交类型
- [fix] 修复bug/优化xxxx
- [feat] 新增xxxx功能
- [perf] 性能优化
- [hotfix] 紧急修复bug
3. 功能自行测试,通过后提交代码全部完成后提交PR