一个融合万物代码的小网站🌌-拥有鱼皮自主项目API开放平台、BI智能分析平台、博客系统、伙伴匹配功能、聚合搜索功能(融合了CSDN、以及博客园的内容)。持续更新 ing~
- 快速体验地址:WanwuCode首页
- 前端项目仓库:[WanwuCodeWeb]
- 码云仓库:[Gitee](国内访问速度更快)
https://github.com/lhccong/wanwu-code-backend/blob/master/doc/image-20231020105126212.png
技术 | 说明 | 官网 |
---|---|---|
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查看