From 977765d1880a03054780dc3120cc17451d9fd035 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 24 Mar 2015 16:29:40 +0100 Subject: [PATCH] Add postgreSQL option Fixes gh-95 - See gh-85,gh-86 --- initializr-service/application.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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