Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit ec47693

Browse files
authored
Update README.md (#116)
Remove the 2.1.1 versions. And mention clearly that the code given is an example.
1 parent 1c1e75a commit ec47693

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ This allows you to see the setup for the Spring Boot generation your project is
3737

3838
For completeness, here is what you should follow to configure your project.
3939

40-
> **Note**: Version 2.1.1 is the latest version of the starter. The Wavefront for Spring Boot dependency needs to be compatible with the Spring Boot release version. See [System Requirements](https://docs.wavefront.com/wavefront_springboot.html#versionCompatibility) to get the correct dependency version.
40+
> **Note**: The Wavefront for Spring Boot dependency needs to be compatible with the Spring Boot release version. See [System Requirements](https://docs.wavefront.com/wavefront_springboot.html#versionCompatibility) to get the correct dependency version.
4141
4242
Configure your project using Maven or Gradle.
4343

4444
**Maven**
4545

4646
- The core setup consists of importing the `wavefront-spring-boot-bom` Bill Of Materials (BOM).
47-
47+
48+
Example:
4849
```
4950
<dependencyManagement>
5051
<dependencies>
@@ -60,7 +61,8 @@ Configure your project using Maven or Gradle.
6061
```
6162

6263
- Add the `wavefront-spring-boot-starter` to your project.
63-
64+
65+
Example:
6466
```
6567
<dependency>
6668
<groupId>com.wavefront</groupId>
@@ -71,7 +73,8 @@ Configure your project using Maven or Gradle.
7173
**Gradle**
7274

7375
- If you are using Gradle, make sure your project uses the `io.spring.dependency-management` plugin and add the following to your build.gradle file:
74-
76+
77+
Example:
7578
```
7679
dependencyManagement {
7780
imports {
@@ -81,7 +84,8 @@ Configure your project using Maven or Gradle.
8184
```
8285

8386
- Add the `wavefront-spring-boot-starter` to your project.
84-
87+
88+
Example:
8589
```
8690
dependencies {
8791
...
@@ -118,7 +122,7 @@ See [Getting Started on the Spring Cloud documentation](https://spring.io/projec
118122
After you've added the spring-cloud-dependencies BOM, you can add Spring Cloud Sleuth as follows:
119123

120124
- Maven: Add the following dependency to the `pom.xml` file
121-
125+
122126
```
123127
<dependency>
124128
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)