mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 04:38:02 +08:00
Support for spring-boot-starter-data-redis
Spring Boot 1.4 has renamed the `spring-boot-starter-redis` to `spring-boot-starter-redis`. This commit adds support for the former up to 1.4 (exclusive) and the later as from 1.4 Closes gh-174
This commit is contained in:
parent
891650a836
commit
ca057da48e
@ -206,9 +206,14 @@ initializr:
|
||||
id: data-cassandra
|
||||
description: Cassandra NoSQL Database, including spring-data-cassandra
|
||||
versionRange: 1.3.0.RC1
|
||||
- name: Redis
|
||||
id: data-redis
|
||||
description: REDIS key-value data store, including spring-redis
|
||||
versionRange: 1.4.0.M1
|
||||
- name: Redis
|
||||
id: redis
|
||||
description: REDIS key-value data store, including spring-redis
|
||||
versionRange: "[1.1.5.RELEASE,1.4.0.M1)"
|
||||
- name: Gemfire
|
||||
id: data-gemfire
|
||||
description: GemFire distributed data store including spring-data-gemfire
|
||||
|
Loading…
Reference in New Issue
Block a user