1、    下载软件

下载地址:https://www.mongodb.com/try/download/community

高版本在window7上会有问题,切换成低版本就好了

2、    解压软件

3、    启动软件

Mogod.exe –dbpath D:\bigdata\data\mongodb

4、    Springboot集成

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-data-mongodb</artifactId>

</dependency>

5、    使用java操作mongodb

发表评论

邮箱地址不会被公开。 必填项已用*标注