ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 技术栈: #### 后端技术 | 技术 | 说明 | 官网 | | --- | --- | --- | | Spring Boot | 容器+MVC框架 | [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) | | Spring Security | 认证和授权框架 | [https://spring.io/projects/spring-security](https://spring.io/projects/spring-security) | | MyBatis-Plus | ORM框架 | [http://www.mybatis.org/mybatis-3/zh/index.html](http://www.mybatis.org/mybatis-3/zh/index.html) | | Swagger-UI | 文档生产工具 | [https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui) | | Hibernator-Validator | 验证框架 | [http://hibernate.org/validator/](http://hibernate.org/validator/) | | Redis | 分布式缓存 | [https://redis.io/](https://redis.io/) | | Docker | 应用容器引擎 | [https://www.docker.com/](https://www.docker.com/) | | Druid | 数据库连接池 | [https://github.com/alibaba/druid](https://github.com/alibaba/druid) | | OSS | 对象存储 | [https://github.com/aliyun/aliyun-oss-java-sdk](https://github.com/aliyun/aliyun-oss-java-sdk) | | JWT | JWT登录支持 | [https://github.com/jwtk/jjwt](https://github.com/jwtk/jjwt) | | Lombok | 简化对象封装工具 | [https://github.com/rzwitserloot/lombok](https://github.com/rzwitserloot/lombok) | #### [](https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=2242741&doc_id=326093#%E5%89%8D%E7%AB%AF%E6%8A%80%E6%9C%AF)前端技术 | 技术 | 说明 | 官网 | | --- | --- | --- | | Vue | 前端框架 | [https://vuejs.org/](https://vuejs.org/) | | Vue-router | 路由框架 | [https://router.vuejs.org/](https://router.vuejs.org/) | | Vuex | 全局状态管理框架 | [https://vuex.vuejs.org/](https://vuex.vuejs.org/) | | Element | 前端UI框架 | [https://element.eleme.io/](https://element.eleme.io/) | | Axios | 前端HTTP框架 | [https://github.com/axios/axios](https://github.com/axios/axios) | | v-charts | 基于Echarts的图表框架 | [https://v-charts.js.org/](https://v-charts.js.org/) | | Js-cookie | cookie管理工具 | [https://github.com/js-cookie/js-cookie](https://github.com/js-cookie/js-cookie) | | nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://github.com/rstacruz/nprogress) | ## [](https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=2242741&doc_id=326093#%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA)环境搭建 ### [](https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=2242741&doc_id=326093#%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7)开发工具 | 工具 | 说明 | 官网 | | --- | --- | --- | | IDEA | 开发IDE | [https://www.jetbrains.com/idea/download](https://www.jetbrains.com/idea/download) | | RedisDesktop | redis客户端连接工具 | [https://redisdesktop.com/download](https://redisdesktop.com/download) | | X-shell | Linux远程连接工具 | [http://www.netsarang.com/download/software.html](http://www.netsarang.com/download/software.html) | | Navicat | 数据库连接工具 | [http://www.formysql.com/xiazai.html](http://www.formysql.com/xiazai.html) | ### [](https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=2242741&doc_id=326093#%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83)开发环境 | 工具 | 版本号 | 下载 | | --- | --- | --- | | JDK | 1.8 | [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) | | Mysql | 5.7.24 | [https://www.mysql.com/](https://www.mysql.com/) | | Redis | 5.0.3 | [https://redis.io/download](https://redis.io/download) | | nginx | 1.14.2 | [http://nginx.org/en/download.html](http://nginx.org/en/download.html) |