Skip to content

Commit 0028950

Browse files
authored
Update README.md
1 parent c772958 commit 0028950

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Put the driver JAR file in the same directory and add it to the classpath elemen
1818
monitor.xml file.!
1919

2020
###Example###
21+
```
2122
<java-task>
2223
<!-- Use regular classpath foo.jar;bar.jar -->
2324
<!-- append JDBC driver jar -->
2425
<classpath>sql-monitoring-extension.jar:ojdbc6-11.2.0.3.jar</classpath>
2526
<impl-class>com.appdynamics.monitors.sql.SQLMonitor</impl-class>
2627
</java-task>
28+
```
2729

2830

2931
##Configuration##

0 commit comments

Comments
 (0)