From 8f39017ea17a28df9245726e535b4c2f5582af7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=8D=97=E4=B8=80=E7=82=B9=E9=9B=A8?= Date: Thu, 25 Jan 2018 16:42:13 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6790bae..63ebb039 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ ### 关注公众号,第一时间获取最新文章 -![qrcode_for_gh_d1ca11234a30_258](https://cloud.githubusercontent.com/assets/6023444/23211124/6d97cca2-f93b-11e6-9438-57ef23454f18.jpg) +![qrcode_for_gh_d1ca11234a30_258](https://cloud.githubusercontent.com/assets/6023444/23211124/6d97cca2-f93b-11e6-9438-57ef23454f18.jpg) + +### 欢迎小伙伴关注另外两个前后端分离的SpringBoot项目 + +[【1.V部落,Vue+SpringBoot实现的多用户博客管理平台!】](https://github.com/lenve/VBlog) +[【2.vhr,微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。】](https://github.com/lenve/vhr) + ### 案例详解地址 |案例|案例详解地址| |-------------|:-------------:| From 3beea347339cc7bc642c383f5482a01c05beae83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=8D=97=E4=B8=80=E7=82=B9=E9=9B=A8?= Date: Thu, 25 Jan 2018 16:43:08 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ebb039..9ad31f5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### 关注公众号,第一时间获取最新文章 ![qrcode_for_gh_d1ca11234a30_258](https://cloud.githubusercontent.com/assets/6023444/23211124/6d97cca2-f93b-11e6-9438-57ef23454f18.jpg) -### 欢迎小伙伴关注另外两个前后端分离的SpringBoot项目 +### 欢迎小伙伴star另外两个前后端分离的SpringBoot项目 [【1.V部落,Vue+SpringBoot实现的多用户博客管理平台!】](https://github.com/lenve/VBlog) [【2.vhr,微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。】](https://github.com/lenve/vhr) From c7c186bdead4f7710decd5a0f85c9f01b0a5a8ef Mon Sep 17 00:00:00 2001 From: lenve Date: Sat, 9 Nov 2019 17:52:41 +0800 Subject: [PATCH 3/3] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8a127fc4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.css linguist-language=Java +*.less linguist-language=Java +*.js linguist-language=Java +*.html linguist-language=Java +*.vue linguist-language=Java