79294084

Date: 2024-12-19 11:25:54
Score: 1.5
Natty:
Report link

You can try using the connection string of type JDBC. Use either direct connection string or session pooler string. Remove the username and password fields from your code. Just this is enough-> spring: datasource: url: string as taken from supabase

make sure to include your db password in the connection string

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Devanshu Verma