# eumji-blog
**Repository Path**: jiangbin216/zblog
## Basic Information
- **Project Name**: eumji-blog
- **Description**: spring boot + thymeleaf 开发的个人博客系统
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 44
- **Created**: 2018-01-27
- **Last Updated**: 2024-06-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# zblog
[](https://www.apache.org/licenses/LICENSE-2.0.html)
这个项目是使用spring boot + thymeleaf 开发个人博客项目.
# 运行环境
- JDK 8
- Maven
- MySQL (or other SQL database)
# 主要技术
- Spring && Spring security && Spring boot
- Mybatis
- bootstrap
- flavr
- thymeleaf
- editor.md
- [展示页面模板icarus](https://github.com/ppoffice/hexo-theme-icarus)
# 安装步骤
0 - clone或者下载本项目
1 - 创建数据库zblog并导入跟目录zblog.sql文件到数据库
2 - 更新 resources/application.yml中数据库连接配置和百度推送,七牛云的上次图片信息
3 - 编译项目: **mvn package -DskipTests** 或者导入ide,然后运行blogApplication.java
4 - 如果是编译项目,则使用 **java -jar target/zblog.jar**
5 - http://localhost:8080/ 访问你的主页
## 后台模块
登陆路径 http://localhost:8080/login
默认账号 admin
默认密码 admin
##注意事项
1.请自己配置百度推送的相关信息和骑牛云上传图片的相关配置
百度站长工具: http://ziyuan.baidu.com/dashboard/index
七牛云: https://portal.qiniu.com/
```yml
##七牛云的key
qiniu:
accessKey:
secretKey:
bucketName:
basePath:
## 百度推送
baidu:
task:
postUrl:
baseUrl:
```
## License
The zblog is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).