Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Mssql -> Mysql #16

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/introduce/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GIN-VUE-ADMIN是一个基于vue和gin开发的全栈前后端分离的开发基
:::
- 前端:用基于`vue3`的`Element-Plus`构建基础页面。
- 后端:用`Gin`快速搭建基础API,`Gin`是一个go语言编写的Web框架。
- 数据库:采用`MySql`>5.7版本,数据库引擎 innoDB<Badge type="danger" class="bg-red-600 font-medium dark:bg-red-500" text="important" />,使用`gorm`实现对数据库的基本操作,目前已支持`Sqlite`,`PostgreSQL(人大金仓)`,`Mssql`,`Oracle`。
- 数据库:采用`MySql`>5.7版本,数据库引擎 innoDB<Badge type="danger" class="bg-red-600 font-medium dark:bg-red-500" text="important" />,使用`gorm`实现对数据库的基本操作,目前已支持`Sqlite`,`PostgreSQL(人大金仓)`,`Mysql`,`Oracle`。
- 缓存:使用`Redis`进行一系列缓存操作,默认关闭,如果需要可自行到配置中开启。
- API文档:使用`Swagger`构建自动化文档。
- 配置文件:使用`fsnotify`和`viper`实现`yaml`格式的配置文件。
Expand Down