天天看点

让SAP云平台上的Web应用使用destination服务

让SAP云平台上的Web应用使用destination服务
让SAP云平台上的Web应用使用destination服务
让SAP云平台上的Web应用使用destination服务

将下列内容粘贴到neo-app.json去:

{
  "welcomeFile": "index.html",
  "routes": [
    {
      "path": "/resources",
      "target": {
        "type": "service",
        "name": "sapui5",
        "entryPath": "/resources"
      },
      "description": "SAPUI5 Resources"
    },
    {
      "path": "/test-resources",
      "target": {
        "type": "service",
        "name": "sapui5",
        "entryPath": "/test-resources"
      },
      "description": "SAPUI5 Test Resources"
    },
     {
      "path": "/distance",
      "target": {
        "type": "destination",
        "name": "google_map"
      },
      "description": "Google map"
    }
  ]
}

      
让SAP云平台上的Web应用使用destination服务
让SAP云平台上的Web应用使用destination服务
让SAP云平台上的Web应用使用destination服务

继续阅读