配置定制存储库适配器

通过手动编辑 wimconfig.xml 文件可配置定制存储库适配器。

关于此任务

以下代码样本是已配置为使用定制存储库适配器的基本 wimconfig.xml 文件的示例。可以修改以斜体显示的相应值。
<config:repositories xsi:type="config:ProfileRepositoryType" 
                           id="CUSTOM1" adapterClassName="com.my.custom.adapter">
      <config:CustomProperties name="prop1" value="value1"/>
      <config:CustomProperties name="prop2" value="value2"/>
</config:repositories> 


使用条款 | 反馈