BlogSystem

所属分类:博客
开发工具:Java
文件大小:4076KB
下载次数:0
上传日期:2022-12-16 05:57:23
上 传 者sh-1993
说明:  注册成为网站用户(博主),创建自己的博文类别、标签,使用Markdown语法进行创作,将其分类,贴上标签既可发布;用户(包括未注册用户)通过博主用户名就能浏览和检索博主的公开博文,博主可以评论、喜欢和收藏博文。
(Register as a website user (blogger), create your own blog categories and tags, use Markdown syntax for creation, classify them, and label them for publishing; Users (including unregistered users) can browse and retrieve the public blog posts of bloggers through their user names, and bloggers can comment, like and collect blog posts.)

文件列表:
LICENSE (11357, 2019-12-24)
pom.xml (12593, 2019-12-24)
src (0, 2019-12-24)
src\doc (0, 2019-12-24)
src\doc\notice.md (2278, 2019-12-24)
src\doc\wiki (0, 2019-12-24)
src\doc\wiki\blog (0, 2019-12-24)
src\doc\wiki\blog\博文检索.md (8209, 2019-12-24)
src\doc\wiki\blog\博文统计信息.md (5815, 2019-12-24)
src\doc\wiki\blog\博文评论.md (4110, 2019-12-24)
src\doc\wiki\blogger (0, 2019-12-24)
src\doc\wiki\blogger\博主博文管理.md (8235, 2019-12-24)
src\doc\wiki\blogger\博主博文类别.md (4759, 2019-12-24)
src\doc\wiki\blogger\博主相册.md (3841, 2019-12-24)
src\doc\wiki\blogger\博主账号.md (1536, 2019-12-24)
src\doc\wiki\blogger\博主资料.md (3206, 2019-12-24)
src\doc\wiki\blogger\博文操作.md (4014, 2019-12-24)
src\doc\wiki\blogger\博文标签.md (4363, 2019-12-24)
src\doc\wiki\blogger\友情链接.md (3722, 2019-12-24)
src\doc\wiki\blogger\收藏博文.md (4915, 2019-12-24)
src\doc\wiki\common (0, 2019-12-24)
src\doc\wiki\common\博文排序依据.md (942, 2019-12-24)
src\doc\wiki\common\图片上传&下载.md (3098, 2019-12-24)
src\doc\wiki\代码参数.md (865, 2019-12-24)
src\doc\wiki\共用参数.md (2807, 2019-12-24)
src\doc\业务 (0, 2019-12-24)
src\doc\业务\~$博主业务.docx (162, 2019-12-24)
src\doc\业务\博主业务.docx (18047, 2019-12-24)
src\doc\业务\读者业务.docx (16018, 2019-12-24)
src\doc\大概功能梳理.txt (544, 2019-12-24)
src\doc\开发日志.txt (1226, 2019-12-24)
src\doc\用例图 (0, 2019-12-24)
src\doc\用例图\博主-用例图.vsdx (58375, 2019-12-24)
src\doc\用例图\管理员-用例图.vsdx (34862, 2019-12-24)
src\doc\用例图\读者-用例图.vsdx (48214, 2019-12-24)
src\main (0, 2019-12-24)
src\main\java (0, 2019-12-24)
... ...


BlogSystem



## 博客系统 BLOG 是学习 JavaWeb 开发4个月以来的总结实践项目,使用 SSM(Spring、SpringMVC、MyBatis)框架,MVC 三层结构、Lucene全文检索引擎、Junit 4单元测试、logback日志框架、Druid数据库连接池、Shiro安全框架的一个博文系统; 在线查看:[blog](http://blog.duanjn.com), [我的主页](http://blog.duanjn.com/CAFE_BABE/archives)
测试账号:
用户名: CAFE_BABE
密码: abc123456
#### 项目简介 网站面向有撰写博客习惯的用户,个人可注册成为网站用户(博主),在系统中创建自己的博文类别、标签,使用Markdown语法创作博文,创作好后将博文分类,贴上标签既可发布;普通用户通过用户名就能浏览和检索博主的公开博文,注册成为博主后可以评论、喜欢和收藏博文。 ### 示例网站截图 #### 博主主页 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-main-page.png) #### 登录页面(首页) ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blogger-login-1.png) #### 注册页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/register.png) #### 博文编辑(创作)页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-edit.png) #### 博文浏览页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-read.png) #### 博主收藏/喜欢的博文页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-favourite.png) #### 博主设置页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blogger-setting.png) #### 博文统计数据页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-statistics.png) #### 博文批量导入对话框 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-patch-import.png) #### 下载所有博文对话框 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/blog-patch-download.png) #### 帮助与反馈页面 ![](https://raw.githubusercontent.com/DuanJiaNing/Pictures/master/BlogSystem/help-feedback.png) #### 开发者入口 系统对后端的 api 接口大都整理了文档说明,在 src/doc/wiki 目录下,但后续变更没有及时同步文档,仅可作为参考,api 用法以 src/main/java/com.duan.blogos/web/api 下源码为准。 在本地搭建系统时,需要做些前置准备。部署启动后会进入登录页面,登录页面底部有 *开发者入口* 链接,可点击链接进入系统搭建引导页面, 或者直接访问 '/dev_help.jsp' 亦可进入。 ### 版本更新 - 2.0.0 2018/07/14 批量导入博文可以根据压缩文件目录名创建类别,并把里面的博文归到其类别下 License ============ Copyright 2017 DuanJiaNing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

近期下载者

相关文件


收藏者