Skip to content

Commit

Permalink
Add more explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Dec 11, 2023
1 parent 1908228 commit 587c5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/instrumentation/java/automatic/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ dependencyManagement {
}
```

Please note that the `dependencyManagement` is updated with this second way, not the `dependencies` part.

{{% alert title="Note" color="info" %}} Be careful not to mix up the different
ways of configuring things with Gradle. For example, don't use
`implementation(platform(SpringBootPlugin.BOM_COORDINATES))` with the
Expand Down

0 comments on commit 587c5d6

Please sign in to comment.