From 8b831abce4ce3a334b650844736a234840556bed Mon Sep 17 00:00:00 2001 From: flystar32 Date: Mon, 17 Dec 2018 17:34:58 +0800 Subject: [PATCH] format reference doc --- .../src/main/asciidoc/dependency-management.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 310e56c3..d0c95a95 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