beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.45k stars 922 forks source link

windows bee run 热编译 #795

Open QK-Beginner opened 3 years ago

QK-Beginner commented 3 years ago

使用 bee run 运行好,每次修改代码自动重新编译就提示进程被占用,必须手动杀死 Failed to build the application: go build beego-demo: copying C:\Users\Admin\AppData\Local\Temp\go-build550707460\b001\exe\a.out.exe: open beego-demo.exe: The process cannot access the file because it is being used by another process.

flycash commented 3 years ago

你把graceful这个参数关掉,应该可以了