bee icon indicating copy to clipboard operation
bee copied to clipboard

win system bee run project can not work

Open tuoHaiOutDoor opened this issue 5 years ago • 0 comments

System: win10 1809

use go get -u github.com/beego/bee, use bee create a new project run bee run xxx,the console show this: _/ _| __| v1.10.0 2019/04/11 17:25:03 INFO ▶ 0001 Using 'test' as 'appname' 2019/04/11 17:25:03 INFO ▶ 0002 Initializing watcher... 2019/04/11 17:25:04 SUCCESS ▶ 0003 Built Successfully! 2019/04/11 17:25:04 INFO ▶ 0004 Restarting 'test.exe'... 2019/04/11 17:25:04 SUCCESS ▶ 0005 './test' is running... 789

why the last line has a 789 use browser test api show 404,use go build then run .exe file is ok. what should i do let bee work success

tuoHaiOutDoor avatar Apr 11 '19 09:04 tuoHaiOutDoor