英文: Getting error when executing the Java project with Quarkus Maven plugin (Java jdk-17.jd version ...
如果部署有2个副本,Quarkus中的调度器会执行2次吗?
英文: If the deployment has 2 replicas, will the scheduler in quarkus be executed 2 times? 问题 我是中文翻译,以...
在Quarkus REST API中,在@requestbody OpenAPI标签中指定多个”implementation=”标签。
英文: Specifying multiple "implementation=" tags in @requestbody openapi tag in quarkus REST...
Quarkus服务使用另一个Quarkus项目的服务。
英文: Quarkus service to use another Quarkus project service 问题 I would like to load one Quarkus proje...
Vert.x @ConsumeEvent 使用正则表达式
英文: Vert.x @ConsumeEvent with regex 问题 我正在使用这个来消费保留给"telemetry-feed-1"的事件。我在Quarkus中使用&quo...
使用Quarkus和PanacheRepository更新实体数据无法正常工作。
英文: Update entity data using Quarkus and PanacheRepository is not working 问题 我正在使用 Quarkus 和 Panache...
Java REST API GET 测试
英文: Java REST API GET test 问题 im wondering how to test GET given below. I don't have much experience...
如何在 Quarkus 中设置 HTTP 线程池的最大大小。
英文: How to setting http thread pool max size on quarkus 问题 抱歉,我不太了解 Quarkus 上的 HTTP 线程池如何工作。 我想设置 HT...
QUARKUS – MicroProfile REST Client: 添加一个自定义的、未映射的字段
英文: QUARKUS - MicroProfile REST Client: add a custom, not mapped field 问题 我正在遵循这篇文章 https://quarkus....
“Quarkus Panache Repository”在从EventBus的@ConsumeEvent中调用时会悄无声息地失败。
英文: Quarkus Panache Repository call silently fails when called from an EventBus @ConsumeEvent 问题 Qua...
14