Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/3c35035a765f7d025cf47c25da10ad50 to your computer and use it in GitHub Desktop.
Save goyalmohit/3c35035a765f7d025cf47c25da10ad50 to your computer and use it in GitHub Desktop.
Adding PostgreSQL JDBC driver to dependencies
..
</dependencies>
..
<!-- PostgreSQL -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.5</version>
</dependency>
</dependencies>
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment