当我尝试连接到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