Configuring Data Hub Adapter

hybris中安装并配置Data Hub Adapter
    在/config/localextensions.xml中添加Data Hub Adapter的扩展应用
        
                      
        
    ***添加之后,不需要执行update,但是需要执行ant clean all***
    在local.properties属性配置文件中添加DataHub属性
        # The base URL of the DataHub instance
        datahubadapter.datahuboutbound.url=http://localhost:8080/datahub-webapp/v1

        # The username and password for basic authentication of DataHub adapter with the DataHub server instance
        datahubadapter.datahuboutbound.user=
        datahubadapter.datahuboutbound.password=
    ***adminuser,adminpass需要再设置认证的时候设定***
    重启Hybris

在已安装的Data Hub上配置Adapter的连接
    更新Data Hub Tomcat classpath下的local.properties属性文件
        datahub.extension.exportURL=http://localhost:9001/datahubadapter
        datahub.extension.userName=
        datahub.extension.password=
    重启Data Hub

你可能感兴趣的:(Configuring Data Hub Adapter)