bee icon indicating copy to clipboard operation
bee copied to clipboard

Using the generate appcode command of beego, the server address is used for database connection. After the command is executed, it is changed back to the default 127 address. What's the matter?

Open ehomecd opened this issue 4 years ago • 1 comments

Using the generate appcode command of beego, the server address is used for database connection. After the command is executed, it is changed back to the default 127 address. What's the matter?

ehomecd avatar Feb 05 '21 06:02 ehomecd

I try bee generate appcode -driver=mysql -conn="root@xxx" and it works well, Could you remove hbapi and try again?

flycash avatar Feb 05 '21 15:02 flycash