postgresql

PostgreSQL JDBC Driver / JDBC URL

가는가래 2017. 12. 4. 01:41

PostgreSQL JDBC Driver / JDBC URL



DRIVER CLASS : org.postgresql.Driver


JDBC URL FORMAT : jdbc:postgresql://<host>:<port>/<database>


PostgreSQL가 사용하는 Default Port는 5432를 사용함.



JDBC URL Examples:


jdbc:postgresql://my.hostname.xxx:5432/testDB


jdbc:postgresql://127.0.0.1:5432/testDB