mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00
Split SQL and NoSQL groups
This commit is contained in:
@@ -190,11 +190,8 @@ initializr:
|
|||||||
- web
|
- web
|
||||||
keywords:
|
keywords:
|
||||||
- template
|
- template
|
||||||
- name: Data
|
- name: SQL
|
||||||
content:
|
content:
|
||||||
- name: JDBC
|
|
||||||
id: jdbc
|
|
||||||
description: JDBC databases
|
|
||||||
- name: JPA
|
- name: JPA
|
||||||
id: data-jpa
|
id: data-jpa
|
||||||
description: Java Persistence API including spring-data-jpa, spring-orm and Hibernate
|
description: Java Persistence API including spring-data-jpa, spring-orm and Hibernate
|
||||||
@@ -205,6 +202,50 @@ initializr:
|
|||||||
id: jooq
|
id: jooq
|
||||||
description: Persistence support using Java Object Oriented Querying
|
description: Persistence support using Java Object Oriented Querying
|
||||||
versionRange: 1.3.0.M2
|
versionRange: 1.3.0.M2
|
||||||
|
- name: JDBC
|
||||||
|
id: jdbc
|
||||||
|
description: JDBC databases
|
||||||
|
- name: H2
|
||||||
|
id: h2
|
||||||
|
description: H2 database (with embedded support)
|
||||||
|
groupId: com.h2database
|
||||||
|
artifactId: h2
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: HSQLDB
|
||||||
|
id: hsql
|
||||||
|
description: HSQLDB database (with embedded support)
|
||||||
|
groupId: org.hsqldb
|
||||||
|
artifactId: hsqldb
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: Apache Derby
|
||||||
|
id: derby
|
||||||
|
description: Apache Derby database (with embedded support)
|
||||||
|
groupId: org.apache.derby
|
||||||
|
artifactId: derby
|
||||||
|
scope: runtime
|
||||||
|
versionRange: 1.2.2.RELEASE
|
||||||
|
starter: false
|
||||||
|
- name: MySQL
|
||||||
|
id: mysql
|
||||||
|
description: MySQL jdbc driver
|
||||||
|
groupId: mysql
|
||||||
|
artifactId: mysql-connector-java
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: PostgreSQL
|
||||||
|
id: postgresql
|
||||||
|
description: PostgreSQL jdbc driver
|
||||||
|
groupId: org.postgresql
|
||||||
|
artifactId: postgresql
|
||||||
|
versions:
|
||||||
|
- versionRange: "[1.2.0.RELEASE,1.3.0.M1)"
|
||||||
|
version: 9.4-1201-jdbc41
|
||||||
|
scope: runtime
|
||||||
|
starter: false
|
||||||
|
- name: NoSQL
|
||||||
|
content:
|
||||||
- name: MongoDB
|
- name: MongoDB
|
||||||
id: data-mongodb
|
id: data-mongodb
|
||||||
description: MongoDB NoSQL Database, including spring-data-mongodb
|
description: MongoDB NoSQL Database, including spring-data-mongodb
|
||||||
@@ -479,47 +520,6 @@ initializr:
|
|||||||
versionRange: 1.3.0.M4
|
versionRange: 1.3.0.M4
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-cluster-hazelcast
|
artifactId: spring-cloud-cluster-hazelcast
|
||||||
- name: Database
|
|
||||||
content:
|
|
||||||
- name: H2
|
|
||||||
id: h2
|
|
||||||
description: H2 database (with embedded support)
|
|
||||||
groupId: com.h2database
|
|
||||||
artifactId: h2
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: HSQLDB
|
|
||||||
id: hsql
|
|
||||||
description: HSQLDB database (with embedded support)
|
|
||||||
groupId: org.hsqldb
|
|
||||||
artifactId: hsqldb
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: Apache Derby
|
|
||||||
id: derby
|
|
||||||
description: Apache Derby database (with embedded support)
|
|
||||||
groupId: org.apache.derby
|
|
||||||
artifactId: derby
|
|
||||||
scope: runtime
|
|
||||||
versionRange: 1.2.2.RELEASE
|
|
||||||
starter: false
|
|
||||||
- name: MySQL
|
|
||||||
id: mysql
|
|
||||||
description: MySQL jdbc driver
|
|
||||||
groupId: mysql
|
|
||||||
artifactId: mysql-connector-java
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: PostgreSQL
|
|
||||||
id: postgresql
|
|
||||||
description: PostgreSQL jdbc driver
|
|
||||||
groupId: org.postgresql
|
|
||||||
artifactId: postgresql
|
|
||||||
versions:
|
|
||||||
- versionRange: "[1.2.0.RELEASE,1.3.0.M1)"
|
|
||||||
version: 9.4-1201-jdbc41
|
|
||||||
scope: runtime
|
|
||||||
starter: false
|
|
||||||
- name: Social
|
- name: Social
|
||||||
content:
|
content:
|
||||||
- name: Facebook
|
- name: Facebook
|
||||||
|
Reference in New Issue
Block a user