[collector,manager]feature 支持postgresql数据库的监控 (#16)

This commit is contained in:
tomsun28
2022-03-08 17:17:24 +08:00
committed by GitHub
parent 7c12eda30e
commit 8b97d0a2ca
5 changed files with 177 additions and 1 deletions

View File

@@ -91,6 +91,12 @@
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
</dependency>
<!-- postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
</dependency>
</dependencies>
</project>