diff --git a/spring-cloud-alibaba-docs/src/main/asciidoc/dependency-management.adoc b/spring-cloud-alibaba-docs/src/main/asciidoc/dependency-management.adoc
index 310e56c3c..d0c95a95a 100644
--- a/spring-cloud-alibaba-docs/src/main/asciidoc/dependency-management.adoc
+++ b/spring-cloud-alibaba-docs/src/main/asciidoc/dependency-management.adoc
@@ -6,6 +6,8 @@ Version 0.2.1.RELEASE is compatible with the Spring Cloud Finchley. Version 0.1.
These artifacts are available from Maven Central and Spring Release repository via BOM:
+[source,xml]
+----
@@ -17,10 +19,12 @@ These artifacts are available from Maven Central and Spring Release repository v
-add the module in dependencies.
+----
If you want to use the latest BUILD-SNAPSHOT version, add Spring Snapshot Repository in pom.xml , Attention: BUILD-SNAPSHOT may be updated in any time
+[source,xml]
+----
spring-snapshot
@@ -31,3 +35,4 @@ If you want to use the latest BUILD-SNAPSHOT version, add Spring Snapshot Reposi
+----
\ No newline at end of file