A.35. MicroProfile Config SmallRye Subsystem Attributes

注意

这些表中的属性名称会在管理模型中出现时列出,例如使用管理 CLI 时。请参阅位于 EAP_HOME/docs/schema/wildfly-microprofile-config-smallrye_1_0.xsd 的架构定义文件,以查看它们在 XML 中出现的元素,因为管理模型可能会有所不同。

表 A.132. MicroProfile Config SmallRye Subsystem: config-source Attributes

属性描述

class

要加载的 ConfigSource 类。ConfigSource 为配置值提供源。

dir

要扫描的目录。此目录包含属性文件,其中每个文件名是 属性的名称,文件内容是其值。

ordinal

ConfigSource 的序数值或优先级。带有更高序值的 ConfigSource 提供的值会覆盖由具有较低序值的 ConfigSources 提供的值。

属性

直接存储在 ConfigSource 中的属性。

表 A.133. MicroProfile Config SmallRye Subsystem: config-source-provider Attributes

属性描述

class

要加载的 ConfigSourceProvider 类。ConfigSourceProvider 注册多个 ConfigSource 实例的实现。