Update README
diff --git a/README.md b/README.md
index e038cf6..b01e9cb 100644
--- a/README.md
+++ b/README.md
@@ -17,23 +17,7 @@
 ### Backend
 
 * Standard spring boot project
-
-**NOTICE** this branch is based on Dubbo 2.7-SNAPSHOT, since this version is not published yet, you need to add a repository to get this dependency: 
-*  add configuration below to your maven `settings.xml` file, in `<repositories>` section:
-
-   ```xml
-     <repository>
-         <id>apache.snapshots.https</id>
-         <name>Apache Development Snapshot Repository</name>
-         <url>https://repository.apache.org/content/repositories/snapshots</url>
-         <releases>
-             <enabled>false</enabled>
-         </releases>
-         <snapshots>
-             <enabled>true</enabled>
-         </snapshots>
-     </repository>
-   ``` 
+* **NOTICE** this branch is based on Dubbo 2.7-SNAPSHOT, since this version is not published yet, so if you find a dependency error, please clear the dubbo2.7 related files in the local library
 * force update under root path(incubator-dubbo-ops) for the first building: `mvn -Dmaven.test.skip=true clean -U package`
 
 
diff --git a/README_ZH.md b/README_ZH.md
index 668875c..a25ec7d 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -17,24 +17,8 @@
 
 ### 后端部分
 
-* 标准spring boot工程  
-
-**注意** 本分支依赖Dubbo2.7-SNAPSHOT版本,该Dubbo版本还未正式发布,因此需要在maven中增加一个仓库配置来获得此依赖。
-* 在maven的配置文件`settings.xml`中,`<repositories>`部分内增加如下配置:  
-
-    ```xml
-      <repository>
-          <id>apache.snapshots.https</id>
-          <name>Apache Development Snapshot Repository</name>
-          <url>https://repository.apache.org/content/repositories/snapshots</url>
-          <releases>
-              <enabled>false</enabled>
-          </releases>
-          <snapshots>
-              <enabled>true</enabled>
-          </snapshots>
-      </repository>
-   ``` 
+* 标准spring boot工程
+* **注意** 本分支依赖Dubbo2.7-SNAPSHOT版本,该Dubbo版本还未正式发布,因此如果发现依赖方面的错误,请清空本地库中的dubbo2.7相关文件
 * 在项目根目录(incubator-dubbo-ops)第一次构建需要强制更新: `mvn -Dmaven.test.skip=true clean -U package`