插件GitHub地址:https://github.com/git-commit-id/maven-git-commit-id-plugin git-commit-id-plugin是一个类似于buildnumber-maven-plugin的插件,由于buildnumber-maven-plugin插件仅支持 CVS 和 SVN,所以作者就开发了一个支持Git版。这个插件主要有以下几个功能: 明确部署的版本 校验属性是否符合预期值 一、插件目...
该插件 git-commit-id-plugin 可以很方便将打包时的git信息生成文件在包中,可以很方便的查看,官方文档地址:https://github.com/git-commit-id/git-commit-id-maven-plugin/blob/master/maven/docs/using-the-plugin.md 以下是简单的翻译,最后有使用到的配置 <plugin> <groupId>pl.project13.maven</groupId> ...
https://repo.huaweicloud.com/repository/maven/pl/project13/maven/git-commit-id-plugin/4.9.10/ 这样打包后,解压jar包。BOOT-INF\classes 下会有个文件git.properties 记录提交信息。 git.commit.id就是提交id。 注:使用该工具,注意先提交再打包,这样版本才一致。 git.properties 例子 #Generated by Git-Co...
git-commit-id maven-plugin 是一个比较有意思的插件,可以提供一些git 详细相关的元数据信息到jar 包中,这样有利于我们分析 业务问题(里边包含了git commitid,分支,提交人,提交日志等信息),以下是一个简单试用 项目准备 一个多模块项目 父pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="...
首先我们需要去Vscode插件市场搜索git-commit-plugin并且进行安装。 安装完之后可以使用组合键Command + Shift + P呼出指令行,并键入指令show git commit template或者点击git插件栏上的小图标唤醒插件界面。 根据自己当前提交所要表达的意义,选择对应的type类型去编写commit信息 ...
vscode-规范提交插件git-commit-plugin的使用 git-commit-plugin插件的使用 插件长这样: 安装之后会多一个猫猫 使用 对应的提交信息如下
首先我们需要去Vscode插件市场搜索git-commit-plugin并且进行安装。 安装完之后可以使用组合键Command + Shift + P呼出指令行,并键入指令show git commit template或者点击git插件栏上的小图标唤醒插件界面。 根据自己当前提交所要表达的意义,选择对应的type类型去编写commit信息 ...
git-commit-plugin 快速使用 安装插件 使用命令showGitCommit打开插件输入框 输入commit 信息,将会自动生成 Commit Message 信息。 commit-template-idea-plugin 快速使用 安装插件 提交时点击 Create commit message 根据提醒输入内容 完成 小结 一段规整信息有效的 Commit Message 有时候能够帮助大家更好的理解代码和项目...
{"GitCommitPlugin.ShowEmoji":true} GitCommitPlugin.CustomCommitType: customize the commit type, defaultnull. {"GitCommitPlugin.CustomCommitType":["customTypeName"]} or [{// If there are duplicate keys, rewrite the config,otherwise add As a new configuration addition"key":"customTypeKey","labe...
打开settings下的plugin里搜索git commit template插件: 安装完后重启IDEA就可以愉快的使用了。 参数详解 例子: fix(DAO):用户查询缺少username属性 feat(Controller):用户查询接口开发 type(必须)用于说明git commit的类别,只允许使用下面的标识。 feat:新功能(feature) ...