1 Star 0 Fork 17

owl / vertx_howto

forked from lance / vertx_howto 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Vertx 文档

Read about

Vert.x in Action teaches you how to build responsive, resilient, and scalable JVM applications with Vert.x using well-established reactive design patterns.

实例

vertx-hello world

vertx第一个测试实例, hello world

vertx-router

vertx-router路由以及子路由

vertx-router-restful

vertx支持restful风格url定义

    userRouter.get("/list").handler(service::list);
    userRouter.post("/info").handler(service::add);
    userRouter.put("/info").handler(service::update);
    userRouter.delete("/info/:userId").handler(service::delete);
    userRouter.get("/info/:userId").handler(service::detail);

vertx-logging

vertx配置log4j2

vertx-exception

vertx 异常定义, 并增加统一异常拦截处理

vertx-config

Vertx Config配置文件读取

vertx-db-mysql

mysql响应式客户端

vertx-db-mysql-template

mysql响应式客户端基于SqlTemplate实现

vertx-db-redis

Redis vertx客户端

vertx-mail

Mail vertx客户端

vertx-metrics

Metric Prometheus 客户端

vertx-unit

junit 5单元测试

vertx-mqtt

Vertx之MQTT客户端服务端发送

vertx-multi-verticle

Vertx之Multi Verticle共享数据

vertx-rabbitmq

rabbitMq消息发送

vertx-grpc

Vertx 集成Grpc

空文件

简介

暂无描述 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/owl00/vertx-howto.git
git@gitee.com:owl00/vertx-howto.git
owl00
vertx-howto
vertx_howto
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891