1 Star 0 Fork 1

acuner/vertx-examples

forked from chonglin/vertx-examples 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.adoc 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Segismont 提交于 2023-06-22 18:37 . Update Mongo examples

Vert.x Mongo Client examples

Here you will find examples demonstrating the usage of the Vert.x Mongo Client.

To run this example, you need a running Mongo instance. Once running, you can configure the verticles with the mongo host:

{
    "mongo_uri": "mongodb://localhost:27017",
    "mongo_db" : "test"
}

By default, it uses localhost as host. The port is set to 27017.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acuner/vertx-examples.git
git@gitee.com:acuner/vertx-examples.git
acuner
vertx-examples
vertx-examples
4.x

搜索帮助