Merge pull request #23 from dgodd/patch-1

fix readme config.yml
This commit is contained in:
xxj
2020-01-01 15:59:05 +08:00
committed by GitHub

View File

@@ -24,7 +24,8 @@ simple : false #simple output
is_out_sql : false # Whether to output sql
is_json_tag : true # Whether to mark JSON or not
is_foreign_key : true # Whether to mark foreign key or not
[mysql_info]
mysql_info :
host : "127.0.0.1"
port : 3306
username : "root"