This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
community_team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
1 month ago
parent
02d333067d
commit
849cafb794
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
main.go
+ 0
- 1
main.go
View File
@@ -22,7 +22,6 @@ func init() {
cfg.InitLog() //日志初始化
cfg.InitCache() //缓存初始化
cfg.InitMq() //缓存初始化
cfg.InitEs() //ElasticSearch初始化
if cfg.Debug { //判断是否是debug
if err := db.InitDB(cfg.DB); err != nil { //主数据库初始化
panic(err)
Write
Preview
Loading…
Cancel
Save