golang+gin+gorm实现一个短链服务(中)

mysql数据表初始化通过Navicat连接上mysql新建一个数据库编辑配置文件config.yamlmysql_config: user: ‘root’ password: ‘123456’ host: ‘127.0.0.