I have following spring boot configuration:
spring.datasource.url=jdbc:postgresql://localhost:5432/study-designer-dev
spring.datasource.username=postgres
spring.datasource.password=sa
But when I start my application I see:
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
But I am sure that I typed sa
password for default(I thinks it is postgres
) user
I don't see menu where I can change password, map user to database and so on.
Please clarify how can I do this ?
P.S.
I have seen this link but I have not idea how to ask pgadmin show this dialog