We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f69d09 commit bbe7895Copy full SHA for bbe7895
README.md
@@ -1,4 +1,7 @@
1
# MyBlog
2
+
3
+[](https://github.com/MrYezhipeng/MyBlog/blob/master/LICENSE)
4
5
SpringBoot、Mybatis开发的个人博客系统,支持Markdown编辑文章。
6
### 本地运行
7
请在本机上安装Mysql数据库,并执行一下sql语句,来创建表
@@ -33,4 +36,4 @@ CREATE TABLE `comment` (
33
36
`article_id` int(11) NOT NULL,
34
37
PRIMARY KEY (`pk_comment_id`)
35
38
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
-```
39
+```
0 commit comments