iris restarts automatically

The iris framework does not natively support automatic restart, we need to install a plug-in to monitor in real time.

# 安装rizla包
$ go get -u github.com/kataras/rizla
# 热重启方式启动iris项目
$ rizla main.go

 

Guess you like

Origin blog.csdn.net/zhang_8626/article/details/101214568