Merge pull request #217 from lgcareer/dev-20190415

update introduction to the initial database in version 1.0.2
This commit is contained in:
lgcareer 2019-04-28 16:27:59 +08:00 committed by GitHub
commit 7518a94f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -67,7 +67,14 @@ escheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL
```
* 1.0.2版本创建表和导入基础数据
修改conf/dao/data_source.properties中的下列属性
```
spring.datasource.url
spring.datasource.username
spring.datasource.password
```
执行创建表和导入基础数据脚本
```
sh ./script/create_escheduler.sh
```