org.postgresql.util.PSQLException: ERROR: relation “app_user” does not exist

前端 未结 5 950
醉梦人生
醉梦人生 2021-01-01 18:45

I have an application that I\'m using spring boot and postgres. I\'m getting this error when I try to create a user.

When I run this query on my database, I get the

5条回答
  •  误落风尘
    2021-01-01 19:05

    You should check permissions from your app database login to your scheme.

    There were not permissions to my scheme and I had the same problem.

提交回复
热议问题