SpringIntegration---MongDB

1、依赖

<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-mongodb</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

2、Spring Integration builds on the support provided by another Spring project, Spring Data MongoDB

  Spring Data MongoDB provides a factory class called MongoDbFactory, which simplifies integration with the MongoDB Client API.

posted on 2019-11-11 19:33  anpeiyong  阅读(147)  评论(0编辑  收藏  举报

导航