diff --git a/README.md b/README.md
index 6a942fa1c..709932fdb 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,9 @@
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github) 对应 [lab-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30)
* [《芋道 Spring Boot 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Boot/Feign/?github) 对应 [lab-58](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-58)
-* 《芋道 Spring Boot Motan 入门》计划中...
+* [《芋道 Spring Boot SOFARPC 入门》](http://www.iocoder.cn/Spring-Boot/SOFARPC/?github) 对应 [lab-62](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-62)
+* [《芋道 Spring Boot Motan 入门》](http://www.iocoder.cn/Spring-Boot/Motan/?github) 对应 [lab-63](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-63)
* 《芋道 Spring Boot WebService 入门》计划中...
-* 《芋道 Spring Boot SOFARPC 入门》计划中...
* 《芋道 Spring Boot gRPC 入门》计划中...
* 《芋道 Spring Boot RSocket 入门》计划中...
diff --git a/lab-63/lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources/motan.xml b/lab-63/lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources/motan.xml
index ac4fcabbf..fad844d39 100644
--- a/lab-63/lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources/motan.xml
+++ b/lab-63/lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources/motan.xml
@@ -15,4 +15,6 @@
+
+
diff --git "a/lab-63/\343\200\212\350\212\213\351\201\223 Spring Boot Motan \345\205\245\351\227\250\343\200\213.md" "b/lab-63/\343\200\212\350\212\213\351\201\223 Spring Boot Motan \345\205\245\351\227\250\343\200\213.md"
new file mode 100644
index 000000000..42b28dc7a
--- /dev/null
+++ "b/lab-63/\343\200\212\350\212\213\351\201\223 Spring Boot Motan \345\205\245\351\227\250\343\200\213.md"
@@ -0,0 +1 @@
+
diff --git a/pom.xml b/pom.xml
index 1bbdc534a..2d9e53d85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
- lab-63
+