【postgreSql】pom中postgresql的依赖

<dependency>
     <groupId>org.postgresql</groupId>
     <artifactId>postgresql</artifactId>
     <version>42.2.2</version>
 </dependency>

END

原文地址:https://www.cnblogs.com/heyang78/p/15540971.html