英文: Quarkus not picking up Kubernetes environment variable 问题 这是您要翻译的内容: 我在GitHub上部署时有两个环境,希望能够在日志中区...
Vert.x EventBus用于在Quarkus中的两个不同应用程序之间进行通信吗?
英文: Vert.x EventBus to communicate between two different application in Quarkus? 问题 可以使用Vert.x Event...
如何在Quarkus中将事务设置为读操作必须的?
英文: How can I set transactions mandatory for read operations in Quarkus? 问题 I recently discovered th...
将JSON整数数组反序列化为List<Integer>
英文: Deserializing JSON array of integers to List<Integer> 问题 我有以下代码: @ApplicationScoped @Path(...
Quarkus开发中的PostgreSQL容器在Quarkus下未关闭。
英文: Quarkus dev postgresql container not shutting down with quarkus 问题 Quarkus版本为2.16.7.Final。数据源是Po...
Quarkus 3: 类 org.hibernate.mapping.BasicValue 无法转换为类 org.hibernate.mapping.ToOne
英文: Quarkus 3: class org.hibernate.mapping.BasicValue cannot be cast to class org.hibernate.mapping....
Quarkus CLI选择了错误的Java版本用于开发模式。
英文: Quarkus CLI picks wrong Java version for dev mode 问题 Quarkus CLI 选择使用 Java 11 而不是 Java 17 的原因可能是...
Quarkus Kotlin 初始化块被多次调用。
英文: Quarkus Kotlin init block called multiple times 问题 我正在尝试在Quarkus框架中使用Kotlin。我需要在应用程序启动时初始化一些值,所以...
415 Unsupported Media type when doing POST.
英文: 415 Unsupported Media type when doing POST 问题 I have these two classes Item and Drink. Where Dri...
quarkus deploy in new Quarkus 3: how should it work with Kubernetes?
英文: quarkus deploy in new Quarkus 3: how should it work with Kubernetes? 问题 "Quarkus 3发布说明中提到: ...
14