diff --git a/README.en.md b/README.en.md
index 8d7286454..4ed7873e0 100644
--- a/README.en.md
+++ b/README.en.md
@@ -28,7 +28,7 @@ This project has integrated actuator (`monitoring`), admin (`visual monitoring`)
## Thanks
-- **Thanks JetBrains Offer Open Source Free License**
+- **Thanks JetBrains Offer Open Source Free License**
- [Thanks MyBatisCodeHelper-Pro(The Best Code Generator Plugin) Offer Permanent Activation Code](https://gejun123456.github.io/MyBatisCodeHelper-Pro/#/?id=mybatiscodehelper-pro)
## Branch Introduction
diff --git a/README.md b/README.md
index 18b98ddb7..c6c493f15 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
## 感谢
-- **感谢 JetBrains 提供的免费开源 License**
+- **感谢 JetBrains 提供的免费开源 License**
- [感谢史上最牛的代码生成插件 MyBatisCodeHelper-Pro 提供的永久激活码](https://gejun123456.github.io/MyBatisCodeHelper-Pro/#/?id=mybatiscodehelper-pro)
@@ -375,7 +375,3 @@ Copyright (c) 2018 Yangkai.Shen
- `awesome-collector`:https://github.com/P-P-X/awesome-collector
- `SpringBlade`:完整的线上解决方案(企业开发必备),https://github.com/chillzhuang/SpringBlade
- `Pig`:宇宙最强微服务认证授权脚手架(架构师必备),https://github.com/pigxcloud/pig
-
-### 广告
-
-[![京东云主机](assets/jdcloud.jpg)](https://re.jdcloud.com/cps?returnUrl=aHR0cHM6Ly93d3cuamRjbG91ZC5jb20vY24vYWN0aXZpdHkveWVhci1lbmQ_bUlkPTE4JmNwc0tleT1iMjg2Y2Q0ZmExMWM0ODZhODU2NmUwNjc5MGQ0MzY4MA==)
diff --git a/assets/jdcloud.jpg b/assets/jdcloud.jpg
deleted file mode 100644
index 5b1ed16dd..000000000
Binary files a/assets/jdcloud.jpg and /dev/null differ
diff --git a/assets/jetbrains.png b/assets/jetbrains.png
deleted file mode 100644
index ccceb9584..000000000
Binary files a/assets/jetbrains.png and /dev/null differ
diff --git a/spring-boot-demo-dynamic-datasource/README.md b/spring-boot-demo-dynamic-datasource/README.md
index e6972308c..f6f1c256e 100644
--- a/spring-boot-demo-dynamic-datasource/README.md
+++ b/spring-boot-demo-dynamic-datasource/README.md
@@ -549,21 +549,21 @@ public class SpringBootDemoDynamicDatasourceApplication implements CommandLineRu
启动项目,可以看到控制台读取到数据库已配置的数据源信息
-![image-20190905164824155](assets/image-20190905164824155.png)
+![image-20190905164824155](http://static.xkcoding.com/spring-boot-demo/dynamic-datasource/062351.png)
通过 PostMan 等工具测试
- 默认数据源查询
-![image-20190905165240373](assets/image-20190905165240373.png)
+![image-20190905165240373](http://static.xkcoding.com/spring-boot-demo/dynamic-datasource/062353.png)
- 根据数据源id为1的数据源查询
-![image-20190905165323097](assets/image-20190905165323097.png)
+![image-20190905165323097](http://static.xkcoding.com/spring-boot-demo/dynamic-datasource/062354.png)
- 根据数据源id为2的数据源查询
-![image-20190905165350355](assets/image-20190905165350355.png)
+![image-20190905165350355](http://static.xkcoding.com/spring-boot-demo/dynamic-datasource/062355.png)
- 可以通过测试数据源的`增加/删除`,再去查询对应数据源的数据
diff --git a/spring-boot-demo-dynamic-datasource/assets/image-20190905164824155.png b/spring-boot-demo-dynamic-datasource/assets/image-20190905164824155.png
deleted file mode 100644
index c8a18f248..000000000
Binary files a/spring-boot-demo-dynamic-datasource/assets/image-20190905164824155.png and /dev/null differ
diff --git a/spring-boot-demo-dynamic-datasource/assets/image-20190905165240373.png b/spring-boot-demo-dynamic-datasource/assets/image-20190905165240373.png
deleted file mode 100644
index 17315473b..000000000
Binary files a/spring-boot-demo-dynamic-datasource/assets/image-20190905165240373.png and /dev/null differ
diff --git a/spring-boot-demo-dynamic-datasource/assets/image-20190905165323097.png b/spring-boot-demo-dynamic-datasource/assets/image-20190905165323097.png
deleted file mode 100644
index 4dd7a2b0e..000000000
Binary files a/spring-boot-demo-dynamic-datasource/assets/image-20190905165323097.png and /dev/null differ
diff --git a/spring-boot-demo-dynamic-datasource/assets/image-20190905165350355.png b/spring-boot-demo-dynamic-datasource/assets/image-20190905165350355.png
deleted file mode 100644
index 3dea58524..000000000
Binary files a/spring-boot-demo-dynamic-datasource/assets/image-20190905165350355.png and /dev/null differ
diff --git a/spring-boot-demo-flyway/README.md b/spring-boot-demo-flyway/README.md
index 016ad45a7..058f1e49c 100644
--- a/spring-boot-demo-flyway/README.md
+++ b/spring-boot-demo-flyway/README.md
@@ -111,11 +111,11 @@ CREATE TABLE `t_user` (
检查数据库,发现创建了 2 张表,一张是 Flyway 依赖的历史表,另一张就是我们的 `t_user` 表
-
+
查看下 `flyway-schema-history` 表
-
+
### 4.2. 测试 1.1 版本的 SQL 脚本
@@ -140,11 +140,11 @@ ALTER TABLE t_user COMMENT = '用户 v1.1';
检查数据库,可以发现 `t_user` 表的注释已经更新
-
+
查看下 `flyway-schema-history` 表
-
+
## 参考
diff --git a/spring-boot-demo-flyway/assets/image-20200305105632047.png b/spring-boot-demo-flyway/assets/image-20200305105632047.png
deleted file mode 100644
index 1dcdf41a9..000000000
Binary files a/spring-boot-demo-flyway/assets/image-20200305105632047.png and /dev/null differ
diff --git a/spring-boot-demo-flyway/assets/image-20200305105958181.png b/spring-boot-demo-flyway/assets/image-20200305105958181.png
deleted file mode 100644
index 9de741878..000000000
Binary files a/spring-boot-demo-flyway/assets/image-20200305105958181.png and /dev/null differ
diff --git a/spring-boot-demo-flyway/assets/image-20200305110057768.png b/spring-boot-demo-flyway/assets/image-20200305110057768.png
deleted file mode 100644
index 61d6d8085..000000000
Binary files a/spring-boot-demo-flyway/assets/image-20200305110057768.png and /dev/null differ
diff --git a/spring-boot-demo-flyway/assets/image-20200305110147176.png b/spring-boot-demo-flyway/assets/image-20200305110147176.png
deleted file mode 100644
index 3a345d31d..000000000
Binary files a/spring-boot-demo-flyway/assets/image-20200305110147176.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/README.md b/spring-boot-demo-graylog/README.md
index e45a46c1e..84fdd96ee 100644
--- a/spring-boot-demo-graylog/README.md
+++ b/spring-boot-demo-graylog/README.md
@@ -256,23 +256,23 @@ spring:
输入 `docker-compose.yml` 里配置的 `用户名/密码` 信息
- ![登录graylog](assets/image-20190423164322865.png)
+ ![登录graylog](http://static.xkcoding.com/spring-boot-demo/graylog/063124.jpg)
2. 设置来源信息
- ![设置Inputs](assets/image-20190423164633440.png)
+ ![设置Inputs](http://static.xkcoding.com/spring-boot-demo/graylog/063125.jpg)
- ![image-20190423164748993](assets/image-20190423164748993.png)
+ ![image-20190423164748993](http://static.xkcoding.com/spring-boot-demo/graylog/063121-1.jpg)
- ![image-20190423164932488](assets/image-20190423164932488.png)
+ ![image-20190423164932488](http://static.xkcoding.com/spring-boot-demo/graylog/063121.jpg)
- ![image-20190423165120586](assets/image-20190423165120586.png)
+ ![image-20190423165120586](http://static.xkcoding.com/spring-boot-demo/graylog/063122.jpg)
## 6. 启动 Spring Boot 项目
启动成功后,返回graylog页面查看日志信息
-![image-20190423165936711](assets/image-20190423165936711.png)
+![image-20190423165936711](http://static.xkcoding.com/spring-boot-demo/graylog/063123.jpg)
## 参考
diff --git a/spring-boot-demo-graylog/assets/image-20190423164322865.png b/spring-boot-demo-graylog/assets/image-20190423164322865.png
deleted file mode 100644
index f18fe40a9..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423164322865.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423164633440.png b/spring-boot-demo-graylog/assets/image-20190423164633440.png
deleted file mode 100644
index f8b5f49d4..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423164633440.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423164744615.png b/spring-boot-demo-graylog/assets/image-20190423164744615.png
deleted file mode 100644
index 39afb4f69..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423164744615.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423164748993.png b/spring-boot-demo-graylog/assets/image-20190423164748993.png
deleted file mode 100644
index 39afb4f69..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423164748993.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423164932488.png b/spring-boot-demo-graylog/assets/image-20190423164932488.png
deleted file mode 100644
index d388ab842..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423164932488.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423165120586.png b/spring-boot-demo-graylog/assets/image-20190423165120586.png
deleted file mode 100644
index 5bb8c163b..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423165120586.png and /dev/null differ
diff --git a/spring-boot-demo-graylog/assets/image-20190423165936711.png b/spring-boot-demo-graylog/assets/image-20190423165936711.png
deleted file mode 100644
index 14874bf83..000000000
Binary files a/spring-boot-demo-graylog/assets/image-20190423165936711.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/README.md b/spring-boot-demo-mq-rabbitmq/README.md
index a6993a3ce..a18da05c2 100644
--- a/spring-boot-demo-mq-rabbitmq/README.md
+++ b/spring-boot-demo-mq-rabbitmq/README.md
@@ -518,29 +518,29 @@ public class SpringBootDemoMqRabbitmqApplicationTests {
### 直接模式
-![image-20190107103229408](assets/image-20190107103229408-6828349.png)
+![image-20190107103229408](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063315-1.jpg)
### 分列模式
-![image-20190107103258291](assets/image-20190107103258291-6828378.png)
+![image-20190107103258291](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063315.jpg)
### 主题模式
#### RoutingKey:`queue.#`
-![image-20190107103358744](assets/image-20190107103358744-6828438.png)
+![image-20190107103358744](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063316.jpg)
#### RoutingKey:`*.queue`
-![image-20190107103429430](assets/image-20190107103429430-6828469.png)
+![image-20190107103429430](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063312.jpg)
#### RoutingKey:`3.queue`
-![image-20190107103451240](assets/image-20190107103451240-6828491.png)
+![image-20190107103451240](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063313.jpg)
### 延迟队列
-![image-20190107103509943](assets/image-20190107103509943-6828509.png)
+![image-20190107103509943](http://static.xkcoding.com/spring-boot-demo/mq/rabbitmq/063314.jpg)
## 参考
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103229408-6828349.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103229408-6828349.png
deleted file mode 100644
index c2c03c0da..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103229408-6828349.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103258291-6828378.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103258291-6828378.png
deleted file mode 100644
index 522f805d3..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103258291-6828378.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103358744-6828438.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103358744-6828438.png
deleted file mode 100644
index 121432670..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103358744-6828438.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103429430-6828469.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103429430-6828469.png
deleted file mode 100644
index 36a373a86..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103429430-6828469.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103451240-6828491.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103451240-6828491.png
deleted file mode 100644
index cca4eaa39..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103451240-6828491.png and /dev/null differ
diff --git a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103509943-6828509.png b/spring-boot-demo-mq-rabbitmq/assets/image-20190107103509943-6828509.png
deleted file mode 100644
index e4a11d52c..000000000
Binary files a/spring-boot-demo-mq-rabbitmq/assets/image-20190107103509943-6828509.png and /dev/null differ
diff --git a/spring-boot-demo-multi-datasource-mybatis/README.md b/spring-boot-demo-multi-datasource-mybatis/README.md
index 9543ab218..fdd738923 100644
--- a/spring-boot-demo-multi-datasource-mybatis/README.md
+++ b/spring-boot-demo-multi-datasource-mybatis/README.md
@@ -368,11 +368,11 @@ public class UserServiceImplTest extends SpringBootDemoMultiDatasourceMybatisApp
**主**库 **建议** 只执行 **INSERT** **UPDATE** **DELETE** 操作
-![image-20190121153211509](assets/image-20190121153211509.png)
+![image-20190121153211509](http://static.xkcoding.com/spring-boot-demo/multi-datasource/mybatis/063506.jpg)
**从**库 **建议** 只执行 **SELECT** 操作
-![image-20190121152825859](assets/image-20190121152825859.png)
+![image-20190121152825859](http://static.xkcoding.com/spring-boot-demo/multi-datasource/mybatis/063505.jpg)
> 生产环境需要搭建 **主从复制**
diff --git a/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121152825859.png b/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121152825859.png
deleted file mode 100644
index d2bfc89f6..000000000
Binary files a/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121152825859.png and /dev/null differ
diff --git a/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121153211509.png b/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121153211509.png
deleted file mode 100644
index 51830aea0..000000000
Binary files a/spring-boot-demo-multi-datasource-mybatis/assets/image-20190121153211509.png and /dev/null differ
diff --git a/spring-boot-demo-neo4j/README.md b/spring-boot-demo-neo4j/README.md
index b1d82c30b..08466e596 100644
--- a/spring-boot-demo-neo4j/README.md
+++ b/spring-boot-demo-neo4j/README.md
@@ -329,7 +329,7 @@ public class Neo4jTest extends SpringBootDemoNeo4jApplicationTests {
运行测试类之后,可以通过访问 http://localhost:7474 ,查看neo里所有节点和关系
-![image-20181225150513101](assets/image-20181225150513101-5721513.png)
+![image-20181225150513101](http://static.xkcoding.com/spring-boot-demo/neo4j/063605.jpg)
diff --git a/spring-boot-demo-neo4j/assets/image-20181225150513101-5721513.png b/spring-boot-demo-neo4j/assets/image-20181225150513101-5721513.png
deleted file mode 100644
index 9c3d4dea1..000000000
Binary files a/spring-boot-demo-neo4j/assets/image-20181225150513101-5721513.png and /dev/null differ
diff --git a/spring-boot-demo-ratelimit-guava/README.md b/spring-boot-demo-ratelimit-guava/README.md
index 0a6008785..1b4e91b9e 100644
--- a/spring-boot-demo-ratelimit-guava/README.md
+++ b/spring-boot-demo-ratelimit-guava/README.md
@@ -200,15 +200,15 @@ public class TestController {
- test1 接口未被限流的时候
-
+
- test1 接口频繁刷新,触发限流的时候
-
+
- test2 接口不做限流,可以一直刷新
-
+
## 3. 参考
diff --git a/spring-boot-demo-ratelimit-guava/assets/image-20190912155146012.png b/spring-boot-demo-ratelimit-guava/assets/image-20190912155146012.png
deleted file mode 100644
index e7c4eb1ff..000000000
Binary files a/spring-boot-demo-ratelimit-guava/assets/image-20190912155146012.png and /dev/null differ
diff --git a/spring-boot-demo-ratelimit-guava/assets/image-20190912155209716.png b/spring-boot-demo-ratelimit-guava/assets/image-20190912155209716.png
deleted file mode 100644
index 6750365b4..000000000
Binary files a/spring-boot-demo-ratelimit-guava/assets/image-20190912155209716.png and /dev/null differ
diff --git a/spring-boot-demo-ratelimit-guava/assets/image-20190912155229745.png b/spring-boot-demo-ratelimit-guava/assets/image-20190912155229745.png
deleted file mode 100644
index 9ddcc71c6..000000000
Binary files a/spring-boot-demo-ratelimit-guava/assets/image-20190912155229745.png and /dev/null differ
diff --git a/spring-boot-demo-ratelimit-redis/README.md b/spring-boot-demo-ratelimit-redis/README.md
index c9c6021ca..e23db4e42 100644
--- a/spring-boot-demo-ratelimit-redis/README.md
+++ b/spring-boot-demo-ratelimit-redis/README.md
@@ -284,11 +284,11 @@ public class TestController {
- 触发限流时控制台打印
-![image-20190930155856711](assets/image-20190930155856711.png)
+![image-20190930155856711](http://static.xkcoding.com/spring-boot-demo/ratelimit/redis/063812.jpg)
- 触发限流的时候 Redis 的数据
-![image-20190930155735300](assets/image-20190930155735300.png)
+![image-20190930155735300](http://static.xkcoding.com/spring-boot-demo/ratelimit/redis/063813.jpg)
## 3. 参考
diff --git a/spring-boot-demo-ratelimit-redis/assets/image-20190930155735300.png b/spring-boot-demo-ratelimit-redis/assets/image-20190930155735300.png
deleted file mode 100644
index 2018be762..000000000
Binary files a/spring-boot-demo-ratelimit-redis/assets/image-20190930155735300.png and /dev/null differ
diff --git a/spring-boot-demo-ratelimit-redis/assets/image-20190930155856711.png b/spring-boot-demo-ratelimit-redis/assets/image-20190930155856711.png
deleted file mode 100644
index 31f2f6f5d..000000000
Binary files a/spring-boot-demo-ratelimit-redis/assets/image-20190930155856711.png and /dev/null differ
diff --git a/spring-boot-demo-social/README.md b/spring-boot-demo-social/README.md
index a5f54604a..6355ef6b7 100644
--- a/spring-boot-demo-social/README.md
+++ b/spring-boot-demo-social/README.md
@@ -110,7 +110,7 @@ https://github.com/xkcoding/act-justauth-demo
前往阿里云DNS解析,将域名解析到我们的公网服务器上,比如我的就是将 `oauth.xkcoding.com -> 120.92.169.103`
-![image-20190615165843639](assets/image-20190615165843639.png)
+![image-20190615165843639](http://static.xkcoding.com/spring-boot-demo/social/063923.jpg)
### 1.4. nginx代理
@@ -171,14 +171,14 @@ $ nginx -s reload
2. 申请开发者
3. 应用管理 -> 添加网站应用,等待审核通过即可
-![image-20190617144655429](assets/image-20190617144655429.png)
+![image-20190617144655429](http://static.xkcoding.com/spring-boot-demo/social/063921-1.jpg)
#### 1.5.2. GitHub平台申请
1. 前往 https://github.com/settings/developers
2. 点击 `New OAuth App` 按钮创建应用
-![image-20190617145839851](assets/image-20190617145839851.png)
+![image-20190617145839851](http://static.xkcoding.com/spring-boot-demo/social/063919.jpg)
#### 1.5.3 微信开放平台申请
@@ -193,31 +193,31 @@ $ nginx -s reload
因此这里我就贴出一张授权回调的地址作参考。
-![image-20190617153552218](assets/image-20190617153552218.png)
+![image-20190617153552218](http://static.xkcoding.com/spring-boot-demo/social/063927-1.jpg)
#### 1.5.4. 谷歌开放平台申请
1. 前往 https://console.developers.google.com/projectcreate 创建项目
2. 前往 https://console.developers.google.com/apis/credentials ,在第一步创建的项目下,添加应用
-![image-20190617151119584](assets/image-20190617151119584.png)
+![image-20190617151119584](http://static.xkcoding.com/spring-boot-demo/social/063920.jpg)
-![image-20190617150903039](assets/image-20190617150903039.png)
+![image-20190617150903039](http://static.xkcoding.com/spring-boot-demo/social/063922.jpg)
#### 1.5.5. 微软开放平台申请
1. 前往 https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade 注册应用
2. 在注册应用的时候就需要填写回调地址,当然后期也可以重新修改
-![image-20190617152529449](assets/image-20190617152529449.png)
+![image-20190617152529449](http://static.xkcoding.com/spring-boot-demo/social/063921.jpg)
3. client id 在这里
-![image-20190617152805581](assets/image-20190617152805581.png)
+![image-20190617152805581](http://static.xkcoding.com/spring-boot-demo/social/063927.jpg)
4. client secret 需要自己在这里生成
-![image-20190617152711938](assets/image-20190617152711938.png)
+![image-20190617152711938](http://static.xkcoding.com/spring-boot-demo/social/063924.jpg)
#### 1.5.6. 小米开放平台申请
@@ -225,11 +225,11 @@ $ nginx -s reload
2. 前往 https://dev.mi.com/passport/oauth2/applist 添加oauth应用,选择 `创建网页应用`
3. 填写基本信息之后,进入应用信息页面填写 `回调地址`
-![image-20190617151502414](assets/image-20190617151502414.png)
+![image-20190617151502414](http://static.xkcoding.com/spring-boot-demo/social/063924-1.jpg)
4. 应用审核通过之后,可以在应用信息页面的 `应用详情` 查看到 AppKey 和 AppSecret,吐槽下,小米应用的审核速度特别慢,需要耐心等待。。。。
-![image-20190617151624603](assets/image-20190617151624603.png)
+![image-20190617151624603](http://static.xkcoding.com/spring-boot-demo/social/063926.jpg)
#### 1.5.7. 企业微信平台申请
diff --git a/spring-boot-demo-social/assets/image-20190615165843639.png b/spring-boot-demo-social/assets/image-20190615165843639.png
deleted file mode 100644
index 33802720f..000000000
Binary files a/spring-boot-demo-social/assets/image-20190615165843639.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617144655429.png b/spring-boot-demo-social/assets/image-20190617144655429.png
deleted file mode 100644
index c8b3386a9..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617144655429.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617145839851.png b/spring-boot-demo-social/assets/image-20190617145839851.png
deleted file mode 100644
index ac5c1c624..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617145839851.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617150903039.png b/spring-boot-demo-social/assets/image-20190617150903039.png
deleted file mode 100644
index 90ae62ff6..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617150903039.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617151116363.png b/spring-boot-demo-social/assets/image-20190617151116363.png
deleted file mode 100644
index a708bfc3e..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617151116363.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617151119584.png b/spring-boot-demo-social/assets/image-20190617151119584.png
deleted file mode 100644
index a708bfc3e..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617151119584.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617151502414.png b/spring-boot-demo-social/assets/image-20190617151502414.png
deleted file mode 100644
index c66f75842..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617151502414.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617151623068.png b/spring-boot-demo-social/assets/image-20190617151623068.png
deleted file mode 100644
index 21bb4e300..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617151623068.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617151624603.png b/spring-boot-demo-social/assets/image-20190617151624603.png
deleted file mode 100644
index 21bb4e300..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617151624603.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617152529449.png b/spring-boot-demo-social/assets/image-20190617152529449.png
deleted file mode 100644
index be5def6b4..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617152529449.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617152711938.png b/spring-boot-demo-social/assets/image-20190617152711938.png
deleted file mode 100644
index de37ce37e..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617152711938.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617152805581.png b/spring-boot-demo-social/assets/image-20190617152805581.png
deleted file mode 100644
index a239688e1..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617152805581.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617153552218.png b/spring-boot-demo-social/assets/image-20190617153552218.png
deleted file mode 100644
index ac0804095..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617153552218.png and /dev/null differ
diff --git a/spring-boot-demo-social/assets/image-20190617154343815.png b/spring-boot-demo-social/assets/image-20190617154343815.png
deleted file mode 100644
index 6c911fbac..000000000
Binary files a/spring-boot-demo-social/assets/image-20190617154343815.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/README.md b/spring-boot-demo-task-quartz/README.md
index 92d36e6a6..54309e337 100644
--- a/spring-boot-demo-task-quartz/README.md
+++ b/spring-boot-demo-task-quartz/README.md
@@ -145,15 +145,15 @@ spring:
3. 启动 `SpringBootDemoTaskQuartzApplication.java`
4. 打开浏览器,查看 http://localhost:8080/demo/job.html
-![image-20181126214007372](assets/image-20181126214007372-3239607.png)
+![image-20181126214007372](http://static.xkcoding.com/spring-boot-demo/task/quartz/064006-1.jpg)
-![image-20181126214109926](assets/image-20181126214109926-3239669.png)
+![image-20181126214109926](http://static.xkcoding.com/spring-boot-demo/task/quartz/064008.jpg)
-![image-20181126214212905](assets/image-20181126214212905-3239732.png)
+![image-20181126214212905](http://static.xkcoding.com/spring-boot-demo/task/quartz/064009-1.jpg)
-![image-20181126214138641](assets/image-20181126214138641-3239698.png)
+![image-20181126214138641](http://static.xkcoding.com/spring-boot-demo/task/quartz/064009.jpg)
-![image-20181126214250757](assets/image-20181126214250757-3239770.png)
+![image-20181126214250757](http://static.xkcoding.com/spring-boot-demo/task/quartz/064007.jpg)
## 参考
@@ -165,7 +165,7 @@ spring:
- 关于Quartz定时任务状态 (在 `QRTZ_TRIGGERS` 表中的 `TRIGGER_STATE` 字段)
- ![image-20181126171110378](assets/image-20181126171110378-3223470.png)
+ ![image-20181126171110378](http://static.xkcoding.com/spring-boot-demo/task/quartz/064006.jpg)
- Vue.js 官方文档:https://cn.vuejs.org/v2/guide/
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126171110378-3223470.png b/spring-boot-demo-task-quartz/assets/image-20181126171110378-3223470.png
deleted file mode 100644
index 21ed38f9d..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126171110378-3223470.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126214007372-3239607.png b/spring-boot-demo-task-quartz/assets/image-20181126214007372-3239607.png
deleted file mode 100644
index bcba8a115..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126214007372-3239607.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126214109926-3239669.png b/spring-boot-demo-task-quartz/assets/image-20181126214109926-3239669.png
deleted file mode 100644
index 1468c162b..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126214109926-3239669.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126214138641-3239698.png b/spring-boot-demo-task-quartz/assets/image-20181126214138641-3239698.png
deleted file mode 100644
index 37eb725d9..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126214138641-3239698.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126214212905-3239732.png b/spring-boot-demo-task-quartz/assets/image-20181126214212905-3239732.png
deleted file mode 100644
index b38f3f8dc..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126214212905-3239732.png and /dev/null differ
diff --git a/spring-boot-demo-task-quartz/assets/image-20181126214250757-3239770.png b/spring-boot-demo-task-quartz/assets/image-20181126214250757-3239770.png
deleted file mode 100644
index e2b6aeefe..000000000
Binary files a/spring-boot-demo-task-quartz/assets/image-20181126214250757-3239770.png and /dev/null differ
diff --git a/spring-boot-demo-websocket-socketio/README.md b/spring-boot-demo-websocket-socketio/README.md
index f43fb5101..8eaea88af 100644
--- a/spring-boot-demo-websocket-socketio/README.md
+++ b/spring-boot-demo-websocket-socketio/README.md
@@ -315,9 +315,9 @@ public class ServerRunner implements CommandLineRunner {
## 3. 运行效果
-**浏览器1:**![image-20181219152318079](assets/image-20181219152318079-5204198.png)
+**浏览器1:**![image-20181219152318079](http://static.xkcoding.com/spring-boot-demo/websocket/socketio/064155.jpg)
-**浏览器2:**![image-20181219152330156](assets/image-20181219152330156-5204210.png)
+**浏览器2:**![image-20181219152330156](http://static.xkcoding.com/spring-boot-demo/websocket/socketio/064154.jpg)
## 4. 参考
diff --git a/spring-boot-demo-websocket-socketio/assets/image-20181219152318079-5204198.png b/spring-boot-demo-websocket-socketio/assets/image-20181219152318079-5204198.png
deleted file mode 100644
index c6167b019..000000000
Binary files a/spring-boot-demo-websocket-socketio/assets/image-20181219152318079-5204198.png and /dev/null differ
diff --git a/spring-boot-demo-websocket-socketio/assets/image-20181219152330156-5204210.png b/spring-boot-demo-websocket-socketio/assets/image-20181219152330156-5204210.png
deleted file mode 100644
index eec8af3ac..000000000
Binary files a/spring-boot-demo-websocket-socketio/assets/image-20181219152330156-5204210.png and /dev/null differ
diff --git a/spring-boot-demo-websocket/README.md b/spring-boot-demo-websocket/README.md
index 1cd64ce43..dc81fcec0 100644
--- a/spring-boot-demo-websocket/README.md
+++ b/spring-boot-demo-websocket/README.md
@@ -365,13 +365,13 @@ public class ServerTask {
## 3. 运行效果
-![image-20181217110240322](assets/image-20181217110240322-5015760.png)
+![image-20181217110240322](http://static.xkcoding.com/spring-boot-demo/websocket/064107.jpg)
-![image-20181217110304065](assets/image-20181217110304065-5015784.png)
+![image-20181217110304065](http://static.xkcoding.com/spring-boot-demo/websocket/064108.jpg)
-![image-20181217110328810](assets/image-20181217110328810-5015808.png)
+![image-20181217110328810](http://static.xkcoding.com/spring-boot-demo/websocket/064109.jpg)
-![image-20181217110336017](assets/image-20181217110336017-5015816.png)
+![image-20181217110336017](http://static.xkcoding.com/spring-boot-demo/websocket/064109-1.jpg)
## 4. 参考
diff --git a/spring-boot-demo-websocket/assets/image-20181217110240322-5015760.png b/spring-boot-demo-websocket/assets/image-20181217110240322-5015760.png
deleted file mode 100644
index ebdd82b4d..000000000
Binary files a/spring-boot-demo-websocket/assets/image-20181217110240322-5015760.png and /dev/null differ
diff --git a/spring-boot-demo-websocket/assets/image-20181217110304065-5015784.png b/spring-boot-demo-websocket/assets/image-20181217110304065-5015784.png
deleted file mode 100644
index 187b5f37c..000000000
Binary files a/spring-boot-demo-websocket/assets/image-20181217110304065-5015784.png and /dev/null differ
diff --git a/spring-boot-demo-websocket/assets/image-20181217110328810-5015808.png b/spring-boot-demo-websocket/assets/image-20181217110328810-5015808.png
deleted file mode 100644
index b19c0424c..000000000
Binary files a/spring-boot-demo-websocket/assets/image-20181217110328810-5015808.png and /dev/null differ
diff --git a/spring-boot-demo-websocket/assets/image-20181217110336017-5015816.png b/spring-boot-demo-websocket/assets/image-20181217110336017-5015816.png
deleted file mode 100644
index 0b982d45f..000000000
Binary files a/spring-boot-demo-websocket/assets/image-20181217110336017-5015816.png and /dev/null differ