Skip to content

Commit dad2cff

Browse files
authored
Update java-spring-boot.md
1 parent e60462d commit dad2cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are two options for enabling Application Insights Java with Spring Boot: J
1818

1919
Add the JVM arg `-javaagent:"path/to/applicationinsights-agent-3.5.2.jar"` somewhere before `-jar`, for example:
2020

21-
```
21+
```sh
2222
java -javaagent:"path/to/applicationinsights-agent-3.5.2.jar" -jar <myapp.jar>
2323
```
2424

0 commit comments

Comments
 (0)