From 1019eadbf28da4a93a60cddbac4c343aaeae30da Mon Sep 17 00:00:00 2001 From: zhangxin Date: Sat, 24 Apr 2021 16:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9E=E6=8E=A5=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/db.go | 2 +- demo.go | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 demo.go diff --git a/conf/db.go b/conf/db.go index 67b9bad..0f92023 100644 --- a/conf/db.go +++ b/conf/db.go @@ -27,7 +27,7 @@ var MasterDbConfig DbConf = DbConf{ // Port: 3306, // User: "root", // Pwd: "root", -// DbName: "lappserver", +// DbName: "saisiwei", // BackUp: "C:\\lappServer\\dblog", //} diff --git a/demo.go b/demo.go new file mode 100644 index 0000000..655fbba --- /dev/null +++ b/demo.go @@ -0,0 +1,10 @@ +/****************************************************************************** + * @Function Name : + *----------------------------------------------------------------------------- + * @Description : + * @Function Parameters: + * @Return Value : + * @Author : Zhang Xin + * @Date : 2021/3/3 11:02 + ******************************************************************************/ + package main \ No newline at end of file