0

我正在尝试从 quarkus 应用程序的自定义配置源中的 AWS SSM 获取值。但是我在 quarkus 原生构建期间遇到了以下错误

Error: Classes that should be initialized at run time got initialized during image building:
 org.apache.http.conn.ssl.SSLConnectionSocketFactory the class was requested to be initialized at run time (from feature io.quarkus.runner.AutoFeature.beforeAnalysis with 'SSLConnectionSocketFactory.class'). 
To see why org.apache.http.conn.ssl.SSLConnectionSocketFactory got initialized use --trace-class-initialization=org.apache.http.conn.ssl.SSLConnectionSocketFactory

在 Quarkus 的构建期间,有什么方法可以从其他来源获取属性?

4

0 回答 0