价格: ¥ 99
最后更新: 2021-05-28 15:58:47
演示地址: 无
安装费: 免费
PS:本店出售的源码均测试上架,请大家放心购买!希望源码可以给需要的亲们提供少量帮助和捷径。建议没有编码基础的勿拍,提供技术支撑是要收费的,而且不在正常上班时间提供技术支撑~(少年不努力,一生做IT)
这是一个基于Springboot2.x,vue2.x的前后台分离的开源博客系统,提供 前台界面+管理界面+后端服务 的整套系统源码。响应式设计,手机、平板、PC,都有良好的视觉效果!
dbblog
├── dbblog-auth # 鉴权模块:shiro
│ ├── pom.xml
│ └── src
├── dbblog-core # 核心模块:配置文件,Entity类,mapper类,工具类,异常过滤等
│ ├── pom.xml
│ └── src
├── dbblog-manage # 后端管理界面Service
│ ├── pom.xml
│ └── src
├── dbblog-portal # 前台界面Service
│ ├── pom.xml
│ └── src
├── dbblog-search # 搜索模块:elasticSearch
│ ├── pom.xml
└── └── src
dbblog-core -> dbblog-auth -> dbblog-manage -> dbblog-portal -> dbblog-search
├── assets
├── components # 公共组件
├── element-ui
├── element-ui-theme # elementUI主题
├── icons
├── router # 路由
├── store # vuex
├── utils # js工具类
└── views
├── common # 公共模块
└── modules
├── article # 文章模块
├── book # 阅读模块
├── comment # 评论模块
├── operation # 运维模块
└── sys # 系统模块
├── assets
├── common
├── components
│ ├── content # 页面
│ │ ├── ArticleContent.vue # 文章介绍页
│ │ ├── ArticleListContent.vue # 文章列表页
│ │ ├── BookContent.vue # 图书介绍页
│ │ ├── BookListContent.vue # 图书列表页
│ │ ├── BookNoteContent.vue # 笔记介绍页
│ │ ├── BookNoteListContent.vue # 笔记列表页
│ │ ├── HomeContent.vue # 首页
│ │ ├── SearchResult.vue # 搜索结果页
│ │ └── TimeLineContent.vue # 归档页
│ ├── footer
│ ├── header
│ ├── index
│ ├── utils
│ └── views # 页面组件库
│ ├── Archive
│ ├── Article
│ ├── Book
│ ├── BookNote
│ ├── c-lassify
│ └── TimeLine
├── router # 路由
├── store # Vuex
└── utils # js工具类
项目后台环境
部署步骤:
前台环境:
部署步骤:
0 (0%) 好评 | 0 (0%) 中评 | 0 (0%) 差评 |