META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of git Show documentation
Show all versions of git Show documentation
git常用操作命令,包括创建仓库、pull、push、commit等。
The newest version!
{
"properties": [
{
"name": "ygit.repository.remote",
"type": "java.lang.String",
"description": "远程仓库地址.",
"defaultValue": ""
},
{
"name": "ygit.repository.local",
"type": "java.lang.String",
"description": "本地文件路径.",
"defaultValue": ""
},
{
"name": "ygit.repository.username",
"type": "java.lang.String",
"description": "远程仓库用户名.",
"defaultValue": ""
},
{
"name": "ygit.repository.password",
"type": "java.lang.String",
"description": "远程仓库密码.",
"defaultValue": ""
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy