Spring Boot Mongo DB更新数据库.yml文件

时间:2019-06-10 06:20:29

标签: spring mongodb spring-boot

我正在使用Spring Boot和mongo db。我已经尝试使用.yml文件中的以下配置。

spring:
  data:
    mongodb:
      user:
      password:
      uri: mongodb://localhost/test

当我发送Http post请求时,它删除现有数据库并创建一个新数据库。(这意味着-create)。当我发送发布请求时,我需要更新mongo db文档。为此,我如何更改此.yml文件。

0 个答案:

没有答案