bee
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?
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?
I try bee generate appcode -driver=mysql -conn="root@xxx" and it works well,
Could you remove hbapi and try again?