Created
August 14, 2019 02:04
-
-
Save goyalmohit/3c35035a765f7d025cf47c25da10ad50 to your computer and use it in GitHub Desktop.
Adding PostgreSQL JDBC driver to dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
</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