mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Add missing Spring Boot 1.3 starters
Closes gh-156
This commit is contained in:
@@ -53,6 +53,10 @@ initializr:
|
|||||||
artifactId: spring-boot-devtools
|
artifactId: spring-boot-devtools
|
||||||
description: Spring Boot Development Tools
|
description: Spring Boot Development Tools
|
||||||
versionRange: 1.3.0.M1
|
versionRange: 1.3.0.M1
|
||||||
|
- name: Validation
|
||||||
|
id: validation
|
||||||
|
description: JSR-303 validation infrastructure (already included with web)
|
||||||
|
versionRange: 1.3.0.M1
|
||||||
- name: Lombok
|
- name: Lombok
|
||||||
id: lombok
|
id: lombok
|
||||||
groupId: org.projectlombok
|
groupId: org.projectlombok
|
||||||
@@ -158,10 +162,18 @@ initializr:
|
|||||||
weight: 100
|
weight: 100
|
||||||
aliases:
|
aliases:
|
||||||
- jpa
|
- jpa
|
||||||
|
- name: JOOQ
|
||||||
|
id: jooq
|
||||||
|
description: Persistence support using Java Object Oriented Querying
|
||||||
|
versionRange: 1.3.0.M2
|
||||||
- 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
|
||||||
weight: 50
|
weight: 50
|
||||||
|
- name: Cassandra
|
||||||
|
id: data-cassandra
|
||||||
|
description: Cassandra NoSQL Database, including spring-data-cassandra
|
||||||
|
versionRange: 1.3.0.RC1
|
||||||
- name: Redis
|
- name: Redis
|
||||||
id: redis
|
id: redis
|
||||||
description: REDIS key-value data store, including spring-redis
|
description: REDIS key-value data store, including spring-redis
|
||||||
@@ -473,7 +485,11 @@ initializr:
|
|||||||
- name: Integration
|
- name: Integration
|
||||||
id: integration
|
id: integration
|
||||||
description: Common spring-integration modules
|
description: Common spring-integration modules
|
||||||
- name: JMS
|
- name: JMS (Artemis)
|
||||||
|
id: artemis
|
||||||
|
description: Java Message Service API via Apache Artemis
|
||||||
|
versionRange: 1.3.0.M2
|
||||||
|
- name: JMS (HornetQ)
|
||||||
id: hornetq
|
id: hornetq
|
||||||
description: Java Message Service API via HornetQ
|
description: Java Message Service API via HornetQ
|
||||||
- name: AMQP
|
- name: AMQP
|
||||||
|
|||||||
Reference in New Issue
Block a user