Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhisheng17/blog
SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/
https://github.com/zhisheng17/blog
mybatis mysql spring-boot thymeleaf
Last synced: 21 days ago
JSON representation
SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/
- Host: GitHub
- URL: https://github.com/zhisheng17/blog
- Owner: zhisheng17
- Created: 2017-06-17T09:26:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:37:43.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:27:28.582Z (4 months ago)
- Topics: mybatis, mysql, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 7.21 MB
- Stars: 1,598
- Watchers: 50
- Forks: 936
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - zhisheng17/blog - SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/ (Java)
README
## Blog
fork from [My Blog](https://github.com/ZHENFENG13/My-Blog) , 该作者是在 [Tale](https://github.com/otale/tale) 博客系统基础上进行修改的。
`Tale` 使用了轻量级 mvc 框架 `Blade` 开发,默认主题使用了漂亮的 `pinghsu` 。
`My-Blog` 使用的是 Docker + SpringBoot + Mybatis + thymeleaf 打造的一个个人博客模板。
自己花了十天的时间把整个项目的代码都敲了一遍,熟悉了整个项目,做了优化,去除了 Docker,
其中修改了原来的一些 bug,并在原作者的项目中提出了 issue , 原作者已修复。喜欢该项目的话,可以给项目点个 star,如果你想在这基础上修改,那么建议你 fork 该项目,然后再修改哦。
## 功能如下:
博客首页:
![](img/index.png)归档:
![](img/metas.png)友链:
![](img/links.png)
关于:
![](img/about.png)
搜索:
![](img/search.png)
**后台管理**
管理登录:
![](img/admin-login.png)
管理首页:
![](img/admin-index.png)
发布文章:
![](img/admin-publish.png)
文章管理:
![](img/admin-article.png)
页面管理:
![](img/admin-pages.png)
分类标签:
![](img/admin-category.png)
文件管理:
![](img/admin-upload.png)
友链管理:
![](img/admin-links.png)
系统设置:
![](img/admin-setting.png)
## 开源协议[MIT](./LICENSE)
## 感谢
[ZHENFENG13](https://github.com/ZHENFENG13)
[otale](https://github.com/otale)