Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 3.72 KB

README.md

File metadata and controls

66 lines (49 loc) · 3.72 KB

bunny-rabbit

Build Maven Central MIT Licence GitHub code size

Quality Gate Status

Reliability Rating Bugs

Security Rating Vulnerabilities

Maintainability Rating Technical Debt Code Smells

Lines of Code Coverage Duplicated Lines (%)

服务计量模块.

概述

使用vert.x框架开发, 实现高并发/非堵塞线程安全/轻量化, 支持嵌入server应用服务部署/单独服务部署, 支持应用服务内使用发布订阅模式调用/应用服务间使用REST接口模式调用.

项目代号起源:

In a perfect world,
there will be no war or hunger,
all APIs will be written asynchronously
and bunny rabbits will skip hand-in-hand
with baby lambs across sunny green meadows.

在一个完美的世界中,
不存在战争和饥饿,
所有的API都将使用异步方式编写,
兔兔和小羊羔将会手牵手地跳舞
在阳光明媚的绿色草地上。

                        -- vert.x Core document
Maven Dependency
<dependency>
  <groupId>com.github.charlemaznable</groupId>
  <artifactId>bunny-rabbit</artifactId>
  <version>2023.0.4</version>
</dependency>
Maven Dependency SNAPSHOT
<dependency>
  <groupId>com.github.charlemaznable</groupId>
  <artifactId>bunny-rabbit</artifactId>
  <version>2023.0.5-SNAPSHOT</version>
</dependency>