I\'m trying to run Spring Boot application connected to PostgreSQL database. However, when it comes to Hikari connection pool initializing, it just gets stuck and nothing go
In my case it was a problem with a network connectivity. Make sure you can access your any configured servers if you got into this issue.
telnet host 5432 will let you connect to see if a route exists to the DB server.
telnet host 5432