config_default.fast-install-release.json Maven / Gradle / Ivy
[
{
"name": "主地址(默认安装)",
"url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "备用地址(默认安装)",
"url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "主地址(自定义安装)",
"url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk"
},
{
"name": "备用地址(自定义安装)",
"url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk"
}
]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy