Connecting a PostgreSQL DB to a Spring Boot application

vrteoHOBBY

6 months ago

I am trying to connect my Railway-deployed app to a docker containerized Spring Boot app. I am encountering the following issue:

org.hibernate.exception.JDBCConnectionException: unable to obtain isolated JDBC connection [The connection attempt failed.] [n/a]

Any guidance on configuring the JDBC string for connection would be greatly appreciated.

0 Replies