Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwgc committed Jan 27, 2024
1 parent 82cf573 commit 69b74f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
***

## 使用方式
* 1、编辑项目配置文件 `config.yaml`,一般只用改数据库配置,其他配置默认即可
* 2、运行 `main.go` 或使用 `go build main.go` 命令将程序编译成可执行文件`main`/`main.exe`后,再运行程序
* 3、访问网页控制台 http://localhost:9088/v1/web/
* 4、在网页上配置与管理定时任务
* 编辑项目配置文件 `config.yaml`,一般只用改数据库配置,其他配置默认即可
* 运行 `main.go` 启动程序,默认http服务端口为9088
* 访问网页控制台 http://localhost:9088/v1/web/
* 在网页上配置与管理定时任务

***

Expand Down Expand Up @@ -71,4 +71,4 @@ cd 到运行目录,执行命令
* 该接口仅限本机调用(只能使用`localhost``127.0.0.1``0.0.0.0`这三个hostname访问)
* 参数 `wait` : 等待关闭时间(单位-秒),必须大于0
* 调用`shutdown`接口后,会在等待10秒后关闭该实例,等待期间只会继续执行那些已经在执行过程中的任务,不会再加载新的任务(避免正在运行的任务突然被打断)
* 调用`shutdown`接口后,会在等待一段时间后关闭该实例,等待期间只会继续执行那些已经在执行过程中的任务,不会再加载新的任务(避免正在运行的任务突然被打断)

0 comments on commit 69b74f3

Please sign in to comment.