英文: Quarkus PanacheEntity not saved during tests 问题 我正在尝试使用 Quarkus 和 Quarkus Testing 与 RestEasy 进行实...
非阻塞流式数据在两个Quarkus服务之间传输(使用Java中的Vert.x与Mutiny)
英文: Non-blocking streaming of data between two Quarkus services (Vert.x with Mutiny in Java) 问题 Upda...
使用MapStruct和Lombok在Quarkus下。
英文: Using MapStruct together with Lombok under Quarkus 问题 我正在按照 MapStruct 博客上的指南进行操作,但在将这三种技术一起使用时遇到...
如何从Quarkus发送文件到Spring Boot应用?
英文: How to send a file from Quarkus to a Spring Boot application? 问题 我正在编写一个Quarkus微服务,旨在与一个主要的Sprin...
石英和夸克斯
英文: Quartz and Quarkus 问题 我正在尝试在 Quarkus 中使用 Quartz。 在指南中:https://quarkus.io/guides/quartz 他们创建了一个应用...
测试套件环境变量
英文: Test Suite Environment Variables 问题 我在 Quarkus 中遇到了一个初学者的挑战(我在 Java 中也是新手,所以如果我遇到了一个愚蠢的情况,我很抱歉)。...
使用`@OneToOne`注解保存外键时出现问题。保存为null。
英文: Problem with saving foreign key with @OneToOne annotation. Saving as null 问题 我有两个实体(Project,Othe...
Quarkus基于注解的拦截器,带有非可选参数
英文: Quarkus Annotation-Based Interceptor with Non-Optional Arguments 问题 这似乎是一个热门话题,基于提出的问题数量,但是我尚未找到...
依赖注入使用 @Inject 和接口在 Quarkus 中
英文: Dependency injection with @Inject and Interface in Quarkus 问题 我正在尝试使用Quarkus 1.6.1.Final和OpenJDK...
如何将 mongoclient 注入到我的 POST 服务中
英文: How to inject mongoclient to my POST service 问题 Controller: @ApplicationScoped @Path("/endpo...
14