【发布时间】:2020-01-24 15:10:41
【问题描述】:
我需要将一个外部 JAR 文件导入到我的 quarkus 项目中,其中包含一个 persistence.xml。有没有办法忽略嵌入的 persistence.xml?
* The scanner may be null to use the default scanner, or a custom scanner can be
* used to stop Hibernate scanning. It is expected that the scanner will be
* provided by Quarkus via its hold of Jandex info.
不过,我还没有找到提供自定义扫描仪的方法。
【问题讨论】:
标签: quarkus