修改使用读取配置文件的方式初始化数据库

This commit is contained in:
dushixiang
2020-12-25 21:43:38 +08:00
parent b079b7affe
commit 0d3e9c4cc7
6 changed files with 36 additions and 20 deletions

View File

@ -23,7 +23,7 @@ func SetupRoutes() *echo.Echo {
e.Use(middleware.Logger())
//fd, _ := os.OpenFile(
// "nt.log",
// "next-terminal.log",
// os.O_RDWR|os.O_APPEND,
// 0666,
//)