mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Merge pull request #391 from habuma:flapdoodle
* pr/391: Polish contribution Add support for embedded MongoDB
This commit is contained in:
@@ -529,6 +529,14 @@ 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: flapdoodle-mongo
|
||||||
|
description: Embedded MongoDB for testing
|
||||||
|
versionRange: 1.3.0.RELEASE
|
||||||
|
groupId: de.flapdoodle.embed
|
||||||
|
artifactId: de.flapdoodle.embed.mongo
|
||||||
|
scope: test
|
||||||
|
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