Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pony-huang/ponking-blog
个人博客
https://github.com/pony-huang/ponking-blog
blog hexo springboot vue
Last synced: 21 days ago
JSON representation
个人博客
- Host: GitHub
- URL: https://github.com/pony-huang/ponking-blog
- Owner: pony-huang
- Created: 2020-04-10T12:15:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T20:58:52.000Z (about 1 year ago)
- Last Synced: 2024-10-31T15:05:26.343Z (2 months ago)
- Topics: blog, hexo, springboot, vue
- Language: CSS
- Homepage:
- Size: 5.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PBlog
## 链接
- [前台展示链接](http://121.36.90.108:80)
- [后台展示链接 (账户:admin 密码:123456)](http://121.36.90.108:80/admin/index)
## 界面显示
### 前台
**基于[hexo-theme-icarus](https://github.com/ppoffice/hexo-theme-icarus)**
![markdown](./images/fc6233ade79e0d5e5723c7f87a65700.png)
![markdown](./images/4f5d267468cfba4f2ad0cb2ee7d9dd9.png)
### 后台
**基于vue-admin-template**
![markdown](./images/4f5d267468cfba4f2ad0cb2ee7d9dxa.png)
![markdown](./images/4f5d267468cfba4f2ad0cb2ee7d94h2.jpg)
## 技术栈
### 后端
- mysql,mybatis-plus
- lombok
- springboot
- jwt
- shiro
- swagger
- druid
- quartz
- ElasticSearch
- redis
### 前端
- vue-admin-element
- hexo-theme-icarus
- vue
### 其他
- maven,mysql,idea
## 部署
### 配置elasticSearch
```yaml
pblog:
elasticsearch:
host: 你的地址
port: 你的端口
scheme: 协议(http)```
### 配置阿里云oss
**在表中blog_config 字段FILE_STORAGE 添加信息,格式如下**
```json
{
"endpoint": "xxx",
"bucket": "xxx",
"accessKeyId": "xxx",
"accessKeySecret": "xxx"
}
```
## 更新日志
**2020年11月12日**
-- shiro缓存失效问题
-- 登录问题
**2020年10月23日**
- 添加quartz定时任务,动态配置博客信息
- 添加Elastic服务
- 重写Cache,添加hutool缓存,重写redis**2020年10月17日**
- 修复前台hexo样式若干问题
- 验证码插件改为 [EasyCaptcha](https://gitee.com/whvse/EasyCaptcha)**2020年10月4日**
- 添加评论接口
- 前后端整合(vue-admin-plog整合SpringBoot)**2020年9月28日**
- 添加PageUtil
- 统一类名
- 添加Cache缓存token,用于token注销判断**2020年9月2日**
- 修复若干bug
- 整理前台vue
- 重写ApiArticleController