英文: Quarkus native image: Load a PKCS12 file at runtime 问题 I have a Quarkus application which implem...
Is there a way to build a project for different client with the same base but with modularity for some feature that would be discovered at runtime?
英文: Is there a way to build a project for different client with the same base but with modularity fo...
连接到 Quarkus 的数据库
英文: Connecting to DB via Quarkus 问题 我最近开始了一个新的Java应用程序,并尝试使用Quarkus框架。我有一个运行在Docker容器上的DB(MySQL),已经暴...
When building a native quarkus image, how should I (re-)structure my code to enable runtime class initialization?
英文: When building a native quarkus image, how should I (re-)structure my code to enable runtime clas...
Optaplanner和Quarkus求解器配置更新
英文: Optaplanner and Quarkus solver config update 问题 我正在使用 Quarkus 和 OptaPlanner 进行一个项目,我正在尝试访问和修改求解器...
为什么使用quarkus-panache、hibernate和jsonb进行反序列化会失败?
英文: Why is deserialization with quarkus-panache, hibernate and jsonb failing? 问题 我想在使用 Hibernate、Pan...
注入实现相同接口的bean列表
英文: Inject list of beans implementing same interface 问题 假设我有以下接口 ```java public interface Handler { ...
无法在Quarkus中使用外部配置。
英文: Unable to use external configuration with Quarkus 问题 我在使用Quarkus应用程序时遇到了问题,无法使用外部配置属性。 我想要覆盖数据库属...
Quarkus Builder错误:类java.lang.Enum不在Jandex索引中。
英文: Quarkus Builder Error The class java.lang.Enum is not inside the Jandex index 问题 我有一个依赖关系,使用了 ja...
夸克斯(Quarkus):@Valid 与 PanacheMongo 不兼容。
英文: Quarkus: @Valid doesn’t work with PanacheMongo 问题 我在验证我的Bean时遇到了问题。 我正在使用带有MongoDB的Quarkus,在尝试运行...
14