Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 605 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 605 Bytes

统一权限管理登录平台

主要功能:

实现了SSO、权限管理

软件版本更新规范

代码提交规范

代码提交前需完成

  1. Alibaba规范扫描
  2. FindBugs扫描

Commit规范

type(<scop>): subject

body

type: commit的类别: feat, fix, docs, style, refactor, test, chore

scope: commit的影响范围,一般非初次提交则必填

body: 对本次commit的详细描述

分支命名规范

提交人+分支名+时间(yyMMddhhmm)

shu-testbranc-202401011000

版本命名规范

以tag形式对master进行合并 tag V-1.1.0