File tree Expand file tree Collapse file tree 5 files changed +33
-18
lines changed Expand file tree Collapse file tree 5 files changed +33
-18
lines changed Original file line number Diff line number Diff line change 1- # 博客系统的权限管理实现
1+ # 博客系统的博客管理实现
22
33
44在 ` blog-auth ` 项目基础上,我们构建了一个新的项目` blog-blog ` 。
Original file line number Diff line number Diff line change 1- # 博客系统的权限管理实现
1+ # 博客系统的分类管理实现
22
33
44在 ` blog-vote ` 项目基础上,我们构建了一个新的项目` blog-catalog ` 。
1010* 删除分类
1111* 博客与分类关联
1212* 按照分类查询博客
13-
14-
15- ## 环境
16-
17- * Markdown parser for the JVM : 0.16
13+
1814
1915## build.gradle
2016
Original file line number Diff line number Diff line change 1- # 博客系统的权限管理实现
1+ # 博客系统的评论管理实现
22
33
44在 ` blog-blog ` 项目基础上,我们构建了一个新的项目` blog-comment ` 。
1111* 統計评论數
1212
1313
14- ## 环境
15-
16- * Markdown parser for the JVM : 0.16
17-
1814## build.gradle
1915
2016修改 build.gradle 文件,让我们的` blog-comment ` 项目成为一个新的项目。
Original file line number Diff line number Diff line change 1+ # 博客系统的标签管理实现
2+
3+
4+ 在 ` blog-catalog ` 项目基础上,我们构建了一个新的项目` blog-tag ` 。
5+
6+ ## 实现功能
7+
8+ * 标签的模型设计
9+ * 创建标签
10+ * 删除标签
11+ * 博客与标签关联
12+ * 按照标签查询博客
13+
14+ ## build.gradle
15+
16+ 修改 build.gradle 文件,让我们的` blog-tag ` 项目成为一个新的项目。
17+
18+ 修改内容也比较简单,修改项目名称及版本即可。
19+
20+ ``` groovy
21+ jar {
22+ baseName = 'blog-tag'
23+ version = '1.0.0'
24+ }
25+ ```
26+
27+
Original file line number Diff line number Diff line change 1- # 博客系统的权限管理实现
1+ # 博客系统的点赞管理实现
22
33
44在 ` blog-comment ` 项目基础上,我们构建了一个新的项目` blog-vote ` 。
99* 发表点赞
1010* 取消点赞
1111* 統計点赞數
12-
13-
14- ## 环境
15-
16- * Markdown parser for the JVM : 0.16
12+
1713
1814## build.gradle
1915
You can’t perform that action at this time.
0 commit comments