SchemaSpy PostgreSQL - WARN - Connection Failure
问题 I try to connect to my PostgresSQL server using SchemaSpy. I installed Java using oracle-java8-installer from ppa:webupd8team/java. (My PostgreSQL server works on Docker container so I forward port to 5431) My schemaspy.properties file is: # type of database. Run with -dbhelp for details schemaspy.t=pgsql # optional path to alternative jdbc drivers. # database properties: host, port number, name user, password schemaspy.host=localhost:5431 schemaspy.port=5431 schemaspy.db=dbname schemaspy.u