我有以下弹簧启动配置:
spring.datasource.url=jdbc:postgresql://localhost:5432/study-designer-dev
spring.datasource.username=postgres
spring.datasource.password=sa
但是当我开始申请时,我看到了:
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
但我确信我输入了sa
密码作为默认密码(我认为是postgres
)用户
我看不到可以更改密码的菜单,将用户映射到数据库等等。
请说明我该怎么做?
P.S。
我见过this link但我不知道怎么问pgadmin show this dialog