Skip to content
/ my Public

一个后端go语言编写的小说网站,整合gin+ElasticSearch+mysql+redis

Notifications You must be signed in to change notification settings

coder-ldh/my

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目结构

|-- api 路由访问的方法
|-- config 配置相关
|-- core 核心配置
|-- docs 文档 swager
|-- global 公用相关
    |-- response 相应值封装
|-- initialize 初始化加载
|-- middleware 中间件
|-- model 对数据的定义与封装
    |-- request 请求相关封装
|-- router 请求路由的封装与转发
|-- service 业务代码
|-- utils 工具
|-- main.go 程序入口
|-- README.md 我自己

环境依赖

goland  1.14.3
elasticsearch 7.1.0
mysql 8.1.0
redis

About

一个后端go语言编写的小说网站,整合gin+ElasticSearch+mysql+redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages