如何为 JavaPos 指定 jpos.xml 路径

How can I specify the jpos.xml path for JavaPos

我想从自定义位置加载我的 jops.xml,其中包括我的 JavaPos decives。我该怎么做?

您可以使用 JposPropertiesConst.JPOS_POPULATOR_FILE_PROP_NAME 属性.

进行设置

如何将其设置为环境变量的示例:

System.setProperty(JposPropertiesConst.JPOS_POPULATOR_FILE_PROP_NAME, System.getenv("jposxml_path"));