英文: Persist data asynchronously in Quarkus 问题 我正在尝试使用Quarkus和Hibernate-Panache异步持久化一些数据: Executors.n...
无法找到与 Quarkus 请求的目标的有效认证路径
英文: unable to find valid certification path to requested target with Quarkus 问题 以下是您要翻译的内容: 我已经使用基于Q...
如何将包含 JAX-RS 资源的 jar/war 与 Quarkus 集成
英文: How to Integrate jar/war containing JAX-RS resource with the Quarkus 问题 我对Quarkus还不熟悉,我正在尝试的是,我有...
如何在 application.properties 中指定我想要在 Quarkus 中使用的基础 Docker 镜像
英文: How to specify the base docker image I want to use in the application.properties, using Quarkus ...
配置Swagger UI路径
英文: Config Swagger-ui path 问题 我正在使用yml文件从以下上下文中配置swagger-ui路径,并使用quarkus swagger-ui: path: /clinic/s...
很好地设计了多对多关系
英文: Does many-to-many relationship design properly 问题 我已经基于Hibernate创建了两个具有彼此之间多对多关系的表格。 这些表格: @Enti...
录制器在本机可执行文件中不触发。
英文: Recorder does not fire in native executable 问题 在我们的设置中,我们执行一些静态初始化构建步骤,包括将所有资源路径添加到对象的列表中。我们使用 R...
在 Quarkus + JSONB 中是否有类似于 Jackson + Spring 的 `@JsonView` 的等效功能?
英文: Is there an equivalent of Jackson + Spring's `@JsonView` using Quarkus + JSONB? 问题 我正在使用 Qua...
如何将我的Quarkus项目连接到SQLITE数据库?
英文: How to connect my Quarkus project to SQLITE database? 问题 抱歉,我是你的中文翻译,以下是你要求的翻译内容: 抱歉,我在这里还是个新手。我...
嵌入式 PostgreSQL 在 Quarkus 测试中无法连接。
英文: Embedded postgres in Quarkus test does not connect 问题 Trying to write up a very simple db IT tes...
14