Cannot connect to database through Intellij's Data Sources and Drivers
I have a problem with displaying my databse structure through Intellij's Data Sources and Drivers page. I can connect to my database which is hosted on a redhat server through using application.properties of my spring project: spring.datasource.url=jdbc:postgresql://192.168.0.38:5432/cms_database which works fine. Although, whenever I try to use Intellij's D