Skip to content

面试题:使用Beego、反射、mysql构造一个灵活的WEB服务端

License

Notifications You must be signed in to change notification settings

inari-conya/BeegoWEBServerTest

Repository files navigation

编译项目:
切换至项目目录,执行 go build main.go

运行项目:
./main或双击main.exe

结束项目:
ctrl + c或关闭main.exe运行窗口

配置文件:
server.config
port对应的值为启动服务占用的端口号
db_config中的ip为mysql数据库所在服务器的ip地址
db_config中的username为mysql数据库登录时的用户名
db_config中的passwd为mysql数据库登录时的密码
db_config中的databasename为mysql数据库登录时登陆的数据库名
db_config中的port为mysql数据库连接端口号

About

面试题:使用Beego、反射、mysql构造一个灵活的WEB服务端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published