修改名称

This commit is contained in:
peanut 2021-01-26 16:32:40 +08:00
parent 807d7a70d2
commit 7c3753905f
1 changed files with 10 additions and 10 deletions

View File

@ -7,9 +7,9 @@
>
> xxl-job-core 核心包,必须先编译
>
> xxl-job-admin 主管理节点
> TrustieJobAdmin 主管理节点
>
> xxl-job-executor 执行节点
> TrustieJobNotice 执行节点
>
> 数据都存放在mysql 数据库
@ -56,9 +56,9 @@ spring.profiles.active=dev
xxl-job-core 是通用核心包,没有配置文件,直接编译,会安装到本地的 maven 仓库中。
**2xxl-job-admin**
**2TrustieJobAdmin**
xxl-job-admin 启动后是一个管理网站,也是客户端连接的中心,运维人员需要配置的有下面几项:
TrustieJobAdmin 启动后是一个管理网站,也是客户端连接的中心,运维人员需要配置的有下面几项:
```
### web 服务器启动的端口和根路径
@ -80,9 +80,9 @@ spring.mail.password=123456
xxl.job.accessToken=
```
**3 xxl-job-executor**
**3 TrustieJobNotice**
xxl-job-executor 是客户端执行器。
TrustieJobNotice 是客户端执行器。
```
# web port 客户端端口
@ -179,16 +179,16 @@ mysql> select * from xxl_job_info;
### 2.1.3 启动程序
上传版本发布下面的xxl-job-admin-2.2.0.jar 和xxl-job-executor-sample-springboot-2.2.0.jar到服务器目录/opt/trustie/trustie-notice下。
上传版本发布下面的TrustieJobAdmin-2.2.0.jar 和TrustieJobNotice-2.2.0.jar到服务器目录/opt/trustie/trustie-notice下。
```
nohup java -jar ./xxl-job-admin-2.2.0.jar >/dev/null 2>&1 &
nohup java -jar ./xxl-job-executor-sample-springboot-2.2.0.jar >/dev/null 2>&1 &
nohup java -jar ./TrustieJobAdmin-2.2.0.jar >/dev/null 2>&1 &
nohup java -jar ./TrustieJobNotice-2.2.0.jar >/dev/null 2>&1 &
```
启动后如果没有问题,我们就可以登录我们的平台了
在浏览器中打开网址 http://106.75.110.152:50080/xxl-job-admin
在浏览器中打开网址 http://127.0.0.1:80/admin
使用用户名和密码