让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服务

上一篇:【AIX 命令学习】删除逻辑卷rmlv 命令!


下一篇:机器学习算法概述:随机森林&逻辑回归