1 Star 0 Fork 1

光魔科技/vertx-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.adoc 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Segismont 提交于 2019-10-09 16:58 . Upgrade to 3.8.2

Vert.x Mongo Client examples

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

The example is available in several languages:

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.

Once the mongo instance is running, you can launch it using:

# java
vertx run io.vertx.examples.mongo.MongoClientVerticle -cp target/mongo-examples-3.8.2.jar -conf my-mongo-config.json

# javascript
vertx run src/main/js/io/vertx/examples/mongo/mongo_client_verticle.js  -cp target/mongo-examples-3.8.2.jar -conf my-mongo-config.json

# groovy
vertx run src/main/groovy/io/vertx/examples/mongo/mongo_client_verticle.groovy   -cp target/mongo-examples-3.8.2.jar -conf my-mongo-config.json

# ruby
vertx run src/main/ruby/io/vertx/examples/mongo/mongo_client_verticle.rb   -cp target/mongo-examples-3.8.2.jar -conf my-mongo-config.json
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/3kgz/vertx-examples.git
git@gitee.com:3kgz/vertx-examples.git
3kgz
vertx-examples
vertx-examples
master

搜索帮助