You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
456 B
YAML

out_dir : ./model # 输出目录
singular_table : false # 单表模式:true:禁用表名复数,false:采用表明复数 参考:gorm.SingularTable
simple : false # 简单输出(默认gorm标签不输出)
is_out_sql : false # 是否输出 sql 原信息
is_json_tag : true # 是否打json标记
is_foreign_key : true # 是否导出外键关联
mysql_info:
host : 127.0.0.1
port : 3306
username : root
password : qwer
database : oauth_db