Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.99 KB

README.md

File metadata and controls

59 lines (38 loc) · 2.99 KB

WanwuCode-万物

一个融合万物代码的小网站🌌-拥有鱼皮自主项目API开放平台、BI智能分析平台、博客系统、伙伴匹配功能、聚合搜索功能(融合了CSDN、以及博客园的内容)。持续更新 ing~

项目导航

  • 快速体验地址WanwuCode首页
  • 前端项目仓库:[WanwuCodeWeb]
  • 码云仓库:[Gitee](国内访问速度更快)

项目介绍

https://github.com/lhccong/wanwu-code-backend/blob/master/doc/image-20231020105126212.png

项目演示

项目

image-20231020105126212

image-20231020105155593

image-20231020105215046

image-20231020105235862

image-20231020105305192

技术选型

后端技术

技术 说明 官网
SpringBoot web开发必备框架 https://spring.io/projects/spring-boot
MyBatis ORM框架 http://www.mybatis.org/mybatis-3/zh/index.html
MyBatisPlus 零sql,简化数据库操作,分页插件 https://baomidou.com/
Redis 缓存加速,多数据结构支持业务功能 https://redis.io
Nginx 负载均衡,https配置,websocket升级,ip频控 https://nginx.org
Docker 应用容器引擎 https://www.docker.com
Sa-Token 用户登录,认证方案 https://sa-token.cc/
Lombok 简化代码 https://projectlombok.org
Hutool Java工具类库 https://github.com/looly/hutool
Swagger-UI API文档生成工具 https://github.com/swagger-api/swagger-ui
minio 自建对象存储 https://github.com/minio/minio
Dubbo RPC 框架服务调用 https://cn.dubbo.apache.org

前端技术

前往WanwuCodeWeb查看