Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justlive1 committed Oct 31, 2018
1 parent 487f8b2 commit 4961aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ redisson.dnsMonitoringInterval=5000
```

#### 3.部署执行器
使用frost-executor项目开发的执行器直接mvn package即可,集成到现有项目按原有项目打包部署,部署后打开调度中心页面查看执行器页面
执行 `JobConfig.initExecutor()` 进行初始化执行器,项目打包按照集成项目打包方式即可,部署后打开调度中心页面查看执行器页面
![执行器列表](https://gitee.com/justlive1/earth-frost/raw/master/images/executor.jpeg)
列表中出现部署的执行器则说明部署成功

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<oxygen.version>1.0.0.ALPHA</oxygen.version>
<oxygen.version>1.0.0</oxygen.version>
<redisson.version>3.8.2</redisson.version>
<spring-boot-admin.version>1.5.7</spring-boot-admin.version>
<okhttp.version>3.10.0</okhttp.version>
Expand Down

0 comments on commit 4961aa7

Please sign in to comment.