0

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

enter image description here

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

Murtuza Z
  • 5,639
  • 1
  • 28
  • 52
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710

0 Answers0