簡體   English   中英

應用程序數據在cloudhub中不可見

[英]Application data Not visible in cloudhub

我在應用程序中使用了對象存儲,並在cloudhub上部署了應用程序。 Cloudhub在應用程序數據中未顯示對象庫。 碼:

<flow name="testFlow1" doc:name="testFlow1">
    <http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="8081" path="test" doc:name="HTTP"/>
    <objectstore:store config-ref="ObjectStore" key="new" value-ref="#['kalpesh']" doc:name="ObjectStore"/>
    <objectstore:retrieve config-ref="ObjectStore" key="new" doc:name="ObjectStore"/>
    <logger message="#[payload]" level="INFO" doc:name="Logger"/>
</flow>

您必須使用Cloudhub默認存儲_defaultUserObjectStore才能在“應用程序數據”中顯示它:

object-store-ref="_defaultUserObjectStore"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM