mx-community/README.md
2021-05-11 11:32:14 +08:00

34 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

**项目名称:** 沐雪博客DDD版本
**项目描述:**
主要用于博主分享学习经验,书写 技术文章,笔记以及日常生活的记录。
**涉及技术:**
```java
前端: Semantic-UI框架
后端: JDK1.8+SpringBoot2.4.5
```
**项目介绍:**
整个项目前端采用 Semantic-UI后端基于 SpringBoot分为
- 前台展示
首页、分类、标签、 归档、站长信息、搜索详情页、博客详情页
- 后台管理
登录、欢迎页、博客管理、新增/编辑博客、 分类管理、分类编辑/新增、标签管理
2、密码加密采用 MD5 进行加密,使得项目安全性有所提高。
3、博客编辑页面采用 Markdown 放行进行书写,集成了 Markdown 编辑器插件。期间使用 MarkdownUtil 工具将 Markdown 转化成 HTML 格式。
4、使用 CommentUtil 工具类以及 Semantic-UI 中自带的留言组件实现评论功能,让评论显示为层级
5、采用 SpringData JAP 连接数据库,简化 SQL 编写方式。