We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c772958 commit 0028950Copy full SHA for 0028950
1 file changed
README.md
@@ -18,12 +18,14 @@ Put the driver JAR file in the same directory and add it to the classpath elemen
18
monitor.xml file.!
19
20
###Example###
21
+```
22
<java-task>
23
<!-- Use regular classpath foo.jar;bar.jar -->
24
<!-- append JDBC driver jar -->
25
<classpath>sql-monitoring-extension.jar:ojdbc6-11.2.0.3.jar</classpath>
26
<impl-class>com.appdynamics.monitors.sql.SQLMonitor</impl-class>
27
</java-task>
28
29
30
31
##Configuration##
0 commit comments