From 664bcddf579828250ea251c60d053bb0cc756286 Mon Sep 17 00:00:00 2001 From: hantmac Date: Tue, 31 Mar 2020 18:42:16 +0800 Subject: [PATCH] update readme --- cmd/fuckdb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/fuckdb.json b/cmd/fuckdb.json index 4062b51..e33bee5 100644 --- a/cmd/fuckdb.json +++ b/cmd/fuckdb.json @@ -2,10 +2,10 @@ "db": { "host": "localhost", "port": 3306, - "password": "password", + "password": "hanshanboss", "user": "root", "table": "cars", - "database": "example", + "database": "ent_example", "packageName": "test", "structName": "test", "jsonAnnotation": true,