https://github.com/zhisheng17/blog
SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/
https://github.com/zhisheng17/blog
mybatis mysql spring-boot thymeleaf
Last synced: 6 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:37:43.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:27:28.582Z (9 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 该项目,然后再修改哦。
## 功能如下:
博客首页:
归档:
友链:

关于:

搜索:

**后台管理**
管理登录:

管理首页:

发布文章:

文章管理:

页面管理:

分类标签:

文件管理:

友链管理:

系统设置:

## 开源协议[MIT](./LICENSE)
## 感谢
[ZHENFENG13](https://github.com/ZHENFENG13)
[otale](https://github.com/otale)