diff --git a/initializr-service/application.yml b/initializr-service/application.yml index 91374232..4ee55c12 100644 --- a/initializr-service/application.yml +++ b/initializr-service/application.yml @@ -131,6 +131,13 @@ initializr: groupId: mysql artifactId: mysql-connector-java scope: runtime + - name: PostgreSQL + id: postgresql + description: Support for the PostgreSQL jdbc driver + groupId: org.postgresql + artifactId: postgresql + version: 9.4-1201-jdbc41 + scope: runtime - name: Social content: - name: Facebook