Skip to content

Commit bbe7895

Browse files
authored
Update README.md
1 parent 1f69d09 commit bbe7895

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# MyBlog
2+
3+
[![GitHub license](https://img.shields.io/github/license/MrYezhipeng/MyBlog.svg)](https://github.com/MrYezhipeng/MyBlog/blob/master/LICENSE)
4+
25
SpringBoot、Mybatis开发的个人博客系统,支持Markdown编辑文章。
36
### 本地运行
47
请在本机上安装Mysql数据库,并执行一下sql语句,来创建表
@@ -33,4 +36,4 @@ CREATE TABLE `comment` (
3336
`article_id` int(11) NOT NULL,
3437
PRIMARY KEY (`pk_comment_id`)
3538
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
36-
```
39+
```

0 commit comments

Comments
 (0)