From e20872260a3d8b1b67a568e711a927e44c521abd Mon Sep 17 00:00:00 2001 From: wander-chu <362207958@qq.com> Date: Mon, 25 Feb 2019 17:31:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bd99b2..f6fb79d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring Boot Blog +# 基于Spring Boot的博客 Spring Boot Blog是由Docker + SpringBoot + Mybatis + Thymeleaf等技术实现的Java博客系统。 @@ -10,4 +10,12 @@ Spring Boot Blog是由Docker + SpringBoot + Mybatis + Thymeleaf等技术实现 - **数据库文件目录为```docs/mysql/schema.sql```** - **部署后你可以根据自己需求修改版权文案、logo图片、备案记录等信息** -演示站点:http://wchu.xyz \ No newline at end of file +演示站点:http://wchu.xyz + +## 相关资源 +[Spring Boot开源项目](https://github.com/wander-chu/java-microservice-demo) + +[MyBatis开源项目](https://github.com/wander-chu/spring-boot-mybatis) + +[Spring Security开源项目](https://github.com/wander-chu/spring-boot-security) + From c46ce4bf6b24e87c041b721ea3246cc86f8019df Mon Sep 17 00:00:00 2001 From: wander-chu <362207958@qq.com> Date: Thu, 28 Feb 2019 19:11:53 +0800 Subject: [PATCH 2/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fb79d..846d039 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Spring Boot Blog是由Docker + SpringBoot + Mybatis + Thymeleaf等技术实现 - **数据库文件目录为```docs/mysql/schema.sql```** - **部署后你可以根据自己需求修改版权文案、logo图片、备案记录等信息** -演示站点:http://wchu.xyz +演示站点:http://wchu.xyz,若打不开请访问:http://212.64.70.181/ ## 相关资源 [Spring Boot开源项目](https://github.com/wander-chu/java-microservice-demo) From 71f00374c9b8b64909116c50944082f04f9259a8 Mon Sep 17 00:00:00 2001 From: wander-chu <362207958@qq.com> Date: Thu, 28 Feb 2019 19:13:12 +0800 Subject: [PATCH 3/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846d039..702b7e9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Spring Boot Blog是由Docker + SpringBoot + Mybatis + Thymeleaf等技术实现 - **数据库文件目录为```docs/mysql/schema.sql```** - **部署后你可以根据自己需求修改版权文案、logo图片、备案记录等信息** -演示站点:http://wchu.xyz,若打不开请访问:http://212.64.70.181/ +演示站点:http://212.64.70.181/ ## 相关资源 [Spring Boot开源项目](https://github.com/wander-chu/java-microservice-demo)