# iceCMS **Repository Path**: synccn/iceCMS ## Basic Information - **Project Name**: iceCMS - **Description**: 冰激凌内容管理系统,社区图片视频圈子CMS,支持网页端小程序适合做 资讯商城,社区论坛,聊天交友 社区,博客,圈子,论坛,图片,视频,社交 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: http://icecms.cn - **GVP Project**: No ## Statistics - **Stars**: 209 - **Forks**: 111 - **Created**: 2022-08-08 - **Last Updated**: 2025-10-23 ## Categories & Tags **Categories**: cms **Tags**: SpringBoot, Vue, uni-app ## README 简体中文 | [English](README_en.md)
## 后端
1. 核心框架:[Spring Boot](https://github.com/spring-projects/spring-boot)
2. 安全框架:[Spring Security](https://github.com/spring-projects/spring-security)
3. Token 认证:[jjwt](https://github.com/jwtk/jjwt)
4. 持久层框架:[MyBatis](https://github.com/mybatis/spring-boot-starter)
5. 分页插件:[PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)
6. NoSQL缓存:[Redis](https://github.com/redis/redis)
7. Markdown 转 HTML:[commonmark-java](https://github.com/commonmark/commonmark-java)
基于 JDK8 开发,8以上要添加依赖:
```xml