mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
per commit 2.8.1
This commit is contained in:
parent
f4dfb93483
commit
96b3fe8cca
2
.env
2
.env
@ -1,3 +1,3 @@
|
||||
JPOM_VERSION=2.8.0
|
||||
JPOM_VERSION=2.8.1
|
||||
# Server Token 生产部署请更换
|
||||
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
|
||||
|
@ -169,7 +169,7 @@ docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:r
|
||||
|
||||
1. 访问 [Jpom](https://gitee.com/dromara/Jpom) 的码云主页,拉取最新完整代码(建议使用master分支)
|
||||
2. 切换到`web-vue`目录 执行`npm install` (vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
|
||||
3. 执行`npm build`进行vue项目打包(vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
|
||||
3. 执行`npm run build`进行vue项目打包(vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
|
||||
4. 切换到项目根目录执行:`mvn clean package`
|
||||
5. 安装插件端( [流程说明](https://jpom-site.keepbx.cn/docs/#/安装使用/开始安装?id=安装插件端) )
|
||||
1. 查看插件端安装包 modules/agent/target/agent-x.x.x-release
|
||||
|
@ -1 +1 @@
|
||||
var version = '2.8.0';
|
||||
var version = '2.8.1';
|
||||
|
@ -1 +1 @@
|
||||
2.8.0
|
||||
2.8.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"tag_name": "v2.8.0",
|
||||
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.0-release.zip",
|
||||
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.0-release.zip",
|
||||
"tag_name": "v2.8.1",
|
||||
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.1-release.zip",
|
||||
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.1-release.zip",
|
||||
"changelogUrl": "https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ FROM centos:7
|
||||
ENV LANG en_US.utf8
|
||||
|
||||
ENV JPOM_HOME /usr/local/jpom-agent
|
||||
ENV JPOM_PKG agent-2.8.0-release.zip
|
||||
ENV JPOM_PKG agent-2.8.1-release.zip
|
||||
|
||||
ADD jdk-8u202-linux-x64.tar.gz /usr/local/java/
|
||||
ENV JAVA_HOME /usr/local/java/jdk1.8.0_202
|
||||
|
@ -5,12 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>agent</artifactId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
<name>Jpom 插件端</name>
|
||||
<properties>
|
||||
<start-class>io.jpom.JpomAgentApplication</start-class>
|
||||
|
@ -5,13 +5,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom 公共模块</name>
|
||||
<artifactId>common</artifactId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
|
||||
<dependencies>
|
||||
<!-- 文件编码识别-->
|
||||
|
@ -26,7 +26,7 @@ FROM centos:7
|
||||
ENV LANG en_US.utf8
|
||||
|
||||
ENV JPOM_HOME /usr/local/jpom-server
|
||||
ENV JPOM_PKG server-2.8.0-release.zip
|
||||
ENV JPOM_PKG server-2.8.1-release.zip
|
||||
|
||||
ADD jdk-8u202-linux-x64.tar.gz /usr/local/java/
|
||||
ENV JAVA_HOME /usr/local/java/jdk1.8.0_202
|
||||
|
@ -5,13 +5,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom 服务端</name>
|
||||
<artifactId>server</artifactId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.8.1</version>
|
||||
<properties>
|
||||
<start-class>io.jpom.JpomServerApplication</start-class>
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user