Browse Source

Merge remote-tracking branch 'upstream/dev-1.1.0' into dev-1.1.0

lenboo 5 years ago
parent
commit
512d2c0277
3 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/zh_CN/1.1.0-release.md
  2. 1 1
      docs/zh_CN/book.json
  3. 1 1
      docs/zh_CN/后端部署文档.md

+ 1 - 1
docs/zh_CN/1.1.0-release.md

@@ -1,6 +1,6 @@
 Easy Scheduler Release 1.1.0
 ===
-Easy Scheduler 1.1.0是1.x系列中的第个版本。
+Easy Scheduler 1.1.0是1.x系列中的第个版本。
 
 新特性:
 ===

+ 1 - 1
docs/zh_CN/book.json

@@ -1,6 +1,6 @@
 {
   "title": "调度系统-EasyScheduler",
-  "author": "YIGUAN",
+  "author": "",
   "description": "调度系统",
   "language": "zh-hans",
   "gitbook": "3.2.3",

+ 1 - 1
docs/zh_CN/后端部署文档.md

@@ -66,7 +66,7 @@ escheduler  ALL=(ALL)       NOPASSWD: NOPASSWD: ALL
     mysql -h {host} -u {user} -p{password} -D {db} < quartz.sql
     ```
 
-* 1.0.2版本创建表和导入基础数据
+* 1.0.2之后(含1.0.2)版本创建表和导入基础数据
     修改conf/dao/data_source.properties中的下列属性
 
     ```