如何在 Quarkus 运行时检测构建时间?

How to detect build time at runtime in Quarkus?

我是 Quarkus 的新手,我似乎无法找到一种方法来获取构建信息,例如 运行 时间的构建版本或上次构建时间。任何见解将不胜感激。

您需要配置 Maven 以在 application.properties 中记录该信息。 类似于:How to access maven.build.timestamp for resource filtering.

然后在运行时您将读取属性并提取您需要的内容。可能类似于