Audry
Failing to connect Spring Boot with PostgreSQL with jdbc
the DATABASE_PRIVATE_URL is a reference variable from a postgreSQL service(id: fcc8b408-8ee0-4c61-9fff-e395f93c2d56),
I didn't format it manually.
I only added the "jdbc" prefix to the DATABASE_PRIVATE_URL to form the url to be used for datasource purposes. it looks like this:
spring.datasource.url=
jdbc:${DATABASE_PRIVATE_URL}
Is there something I am missing ? Again, I didn't manually format the variable, but refered to it.10 replies