maven 中添加postgresql依赖。
org.postgresql postgresql 42.2.12
如果maven下不下来,就给maven配置阿里云镜像,找到 maven的settings.xml,在mirrors节点添加。
nexus-aliyun * Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public
手动下载也行,去这里下载:https://jdbc.postgresql.org/,下载好放入项目lib库,jar文件上右键:Add as Library