mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Add postgreSQL option
Fixes gh-95 - See gh-85,gh-86
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user