org.postgresql.util.PSQLException:致命:数据库“”不存在

时间:2019-06-12 20:18:26

标签: spring postgresql maven

当我尝试连接到postgresql shell上的数据库时,它会连接并且可以查询它,但是当我尝试从Spring Boot应用程序中连接到数据库时,会出现错误,指出该数据库不存在。

这是我的application.properties文件:

   spring.datasource.driver-class-name=org.postgresql.Driver
   spring.datasource.url= jdbc:postgresql://localhost:5432/World 
   spring.datasource.username=postgres
   spring.datasource.password=2007

0 个答案:

没有答案