server

command module
v0.0.0-...-22bb83e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

注意问题

  • Mysql的tinyint(1) 使用gf gen model 生成model文件夹里面的Entity.go文件中的字段类型是int而不是bool
  • 开发环境下连接MySQL数据库尽量避免使用远程数据库,会导致运行后端服务缓慢,使用本地MySQL开发,然后使用远程数据库部署

需要讲解的问题

  • request包与response包为什么不用model_entity的Entity进行嵌套

    • 不想破坏model_entity的完整性,model包是gf gen model进行生成
    • 需要加p与v的Tag
  • Jwt验证方式

    • 格式"header:[Authorization], query:[token], cookie:[jwt]"
    • 注意冒号后面没有空格
    • header参数设置了就必须带有TokenHeadName,不然无法识别

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL