https://github.com/martin-chips/dimpleblog
My Blog Web Site Source , base on SpringCloudAlibaba, Vue. 个人博客系统
https://github.com/martin-chips/dimpleblog
blog element-ui java jpa redis shiro springboot2 thymeleaf viewui vue vuejs2
Last synced: about 1 month ago
JSON representation
My Blog Web Site Source , base on SpringCloudAlibaba, Vue. 个人博客系统
- Host: GitHub
- URL: https://github.com/martin-chips/dimpleblog
- Owner: martin-chips
- License: apache-2.0
- Created: 2018-11-20T04:46:34.000Z (over 6 years ago)
- Default Branch: DimpleBlogV3.1
- Last Pushed: 2023-06-14T16:39:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T18:09:47.804Z (about 1 month ago)
- Topics: blog, element-ui, java, jpa, redis, shiro, springboot2, thymeleaf, viewui, vue, vuejs2
- Language: Java
- Homepage: https://www.bianxf.com
- Size: 46.3 MB
- Stars: 561
- Watchers: 15
- Forks: 165
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# DimpleBlog
#### 介绍
`Dimple Blog`是基于SpringBoot2搭建的个人博客系统.目前master分支的是基于SpringBoot2和Vue的前后端分离版本.
`thymeleaf-version`是基于SpringBoot2的一体机代码.建议不熟悉Vue的可以切到这个版本使用.
`DimpleBlog3.0` 是目前正在开发的版本,请不要下载使用。
### 体验链接地址
[边小丰的个人博客](http://www.bianxf.com/)
管理员账号:`test` ,管理员密码: `123456`
### 图片展示
#### 前台






#### 后台






#### 软件架构
#### 安装教程1. 安装数据库,执行数据库初始化文件
2. 修改数据库配置,账号密码URL等.安装redis配置redis等
3. 在backend和front目录下分别执行npm install安装前端依赖
4. 在backend和front目录下分别执行npm run dev运行前后台
5. 启动后台
#### 使用说明
1. **项目目前还在开发中,以后也会一直维护下去。**
2.
项目的开发过程中,参考了很多大佬经验,由于年代久远,未能记住各位大佬的链接地址。如大佬有看到该项目,请与我联系:`[email protected]`
,以便及时表示感谢。
#### 参与贡献1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request