The reason for working hours is no longer maintained, please forgive me!
This is an open source blog system based on SpringBoot2.x, Vue2.x, which provides a complete set of system source code that provides front -end interface+management interface+background service. Response design, mobile phones, tablets, and PCs all have good visual effects!
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-searchh
├── assets
├── components # 公共组件
├── element-ui
├── element-ui-theme # elementUI主题
├── icons
├── router # 路由
├── store # vuex
├── utils # js工具类
└── views
├── common # 公共模块
└── modules
├── article # 文章模块
├── book # 阅读模块
├── operation # 运维模块
└── sys # 系统模块
├── assets
├── common
├── components
│ ├── content # 页面
│ │ ├── ArticleContent.vue # 文章详情页
│ │ ├── ArticleListContent.vue # 文章列表页
│ │ ├── BookContent.vue # 图书详情页
│ │ ├── BookListContent.vue # 图书列表页
│ │ ├── BookNoteContent.vue # 笔记详情页
│ │ ├── HomeContent.vue # 首页
│ │ ├── SearchResult.vue # 搜索结果页
│ │ └── TimeLineContent.vue # 归档页
│ ├── footer
│ ├── header
│ ├── index
│ ├── utils
│ └── views # 页面组件库
│ ├── Archive
│ ├── Article
│ ├── Book
│ ├── BookNote
│ ├── Classify
│ └── TimeLine
├── router # 路由
├── store # Vuex
└── utils # js工具类
Project back -end environment
Deployment steps:
Front -end environment:
Deployment steps:
I have done blogs when I go to college, and the technical selection has also been from the beginning of SSM+JSP blog 1
-> Transition to SpringBoot blog of the split module 2
-> Blog Blog from the front and back of the current
If you are a friend of Java, you can also use the process to learn from these code to try to achieve your own blog. I believe it can help your growth!
If you are interested, please ask the blogger to have a cup of tea :: lauughing ::
In the end, my github address is https://github.com/lllddddbbbb/dbblog. It is not easy to open source. Be sure to give me == Star == Oh! Intersection