【现象】
【解决方法1】确保电脑能够正常上网
【解决方法2】
在pom.xml文件中,先加入
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.1</version>
</dependency>
再点download下载驱动