mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Add support for embedded MongoDB
See gh-391
This commit is contained in:
committed by
Stephane Nicoll
parent
7a42979b77
commit
081e1d3c41
@@ -529,6 +529,12 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-mongodb
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-mongodb
|
||||||
|
- name: Embedded MongoDB
|
||||||
|
id: mongo-embedded
|
||||||
|
description: Flapdoodle embedded Mongo for testing
|
||||||
|
groupId: de.flapdoodle.embed
|
||||||
|
artifactId: de.flapdoodle.embed.mongo
|
||||||
|
starter: false
|
||||||
- name: Cassandra
|
- name: Cassandra
|
||||||
id: data-cassandra
|
id: data-cassandra
|
||||||
description: Cassandra NoSQL Database, including spring-data-cassandra
|
description: Cassandra NoSQL Database, including spring-data-cassandra
|
||||||
|
|||||||
Reference in New Issue
Block a user