We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad2cff commit 117466eCopy full SHA for 117466e
articles/azure-monitor/app/java-spring-boot.md
@@ -18,7 +18,7 @@ There are two options for enabling Application Insights Java with Spring Boot: J
18
19
Add the JVM arg `-javaagent:"path/to/applicationinsights-agent-3.5.2.jar"` somewhere before `-jar`, for example:
20
21
-```sh
+```console
22
java -javaagent:"path/to/applicationinsights-agent-3.5.2.jar" -jar <myapp.jar>
23
```
24
0 commit comments