文件名称:Java微服务库QBit.zip
文件大小:7.63MB
文件格式:ZIP
更新时间:2022-08-08 07:29:25
开源项目
QBit 是一个 Java 微服务库。是一个 Reactive 编程库用于构建微服务,包括 JSON, HTTP, WebSocket 和 REST 等。性能:示例代码:@RequestMapping("/adder-service") public class AdderService { @RequestMapping("/add/{0}/{1}") public int add(@PathVariable int a, @PathVariable int b) {... } 标签:微服务框架