update something

This commit is contained in:
mubai
2023-10-22 23:34:22 +08:00
parent 915897c21d
commit c4d9d8440a
16 changed files with 717 additions and 591 deletions

View File

@@ -39,37 +39,43 @@ gorm.io/driver/mysql v1.4.7
- spider gocolly配置, 执行逻辑, 数据前置处理等
```text
server
├─ config
│ └─ DataConfig.go
├─ controller
│ ├─ IndexController.go
│ └─ SpiderController.go
├─ logic
─ IndexLogic.go
├─ model
│ ├─ Categories.go
│ ├─ LZJson.go
│ ├─ Movies.go
Search.go
├─ plugin
common
├─ JsonUtils.go
│ ├─ ProcessCategory.go
│ │ ProcessMovies.go
├─ db
│ │ ├─ mysql.go
│ │ redis.go
└─ spider
Spider.go
│ ├─ SpiderCron.go
│ └─ SpiderRequest.go
├─ router
└─ router.go
├─ go.mod
├─ go.sum
├─ main.go
└─ README.md
server
├─ config
│ └─ DataConfig.go
├─ controller
│ ├─ IndexController.go
│ └─ SpiderController.go
├─ logic
─ IndexLogic.go
│ └─ SpiderLogic.go
├─ model
│ ├─ Categories.go
│ ├─ Movies.go
RequestParams.go
│ ├─ ResponseJson.go
Search.go
├─ plugin
│ ├─ common
│ │ dp
│ │ ├─ ProcessCategory.go
│ │ │ └─ ProcessMovies.go
│ │ param
│ │ └─ SimpleParam.go
util
│ ├─ FileDownload.go
│ └─ Request.go
│ ├─ db
│ ├─ mysql.go
│ │ └─ redis.go
│ └─ spider
│ ├─ Spider.go
│ └─ SpiderCron.go
├─ router
│ └─ router.go
├─ go.mod
├─ go.sum
├─ main.go
└─ README.md
```
@@ -133,8 +139,6 @@ server
#### 2.Redis
> 连接信息(以docker compose部署为例) :