Warning: mysqli_query(): (HY000/1021): Disk full (C:\xampp\tmp\#sql6704_498a0_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") in C:\xampp\htdocs\wordpress\wp-includes\wp-db.php on line 2033
Windows部署mongodb及基于Java的基础操作 - ZGEO博客

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

发表评论

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