# ccblog **Repository Path**: dzfld2/ccblog ## Basic Information - **Project Name**: ccblog - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-16 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ccblog 个人博客项目,该项目已经部署在[kudaompq.top](http://kudaompq.top/home)上,欢迎大家访问互换友链 ## 关于这个博客 一直都想写一个自己的博客,原来是用hexo搭建的,总算是在寒假把博客写出来了,前端基本上都是参考[Naccl](https://github.com/Naccl/NBlog)的,十分感谢! ### 技术栈 使用Springboot+Vue编写的前后端分离项目 **后端** 1. 核心框架:SpringBoot 2. 安全框架:Shiro 3. TOKEN:Jwtt 4. 持久层框架:Mybatis-plus 5. 缓存:Redis 6. Markdown 转 HTML:commonmark-java 7. 离线 IP 地址库:ip2region 8. UserAgent 解析:yauaa 邮件发送模板参考[Typecho-CommentToMail-Template](https://github.com/MisakaTAT/Typecho-CommentToMail-Template) **前端** 1. Vue2.x 2. Vuex 3. Vue Router 4. axios ...