Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1337974
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2019-04-18 13:42:13

  1. 访问Web IDE url

在Web IDE里进行项目clone操作: host name>:8080/#/admin/projects/fnf/customer/cus.crm.opportunity

  1. 选择clone完毕的项目,点击Run:


选择noShellIndex.html:


在项目根目录下添加一个文件: neo-app.json


之后即可成功运行:


neo-app.json的源代码:

{ "routes": [
    { "path": "/sap/opu/odata", "wattUsage": "odata_abap", "target": { "type": "destination", "name": "GM4_https", "entryPath": "/sap/opu/odata" }, "description": "GM4_https" },
    { "path": "/sap/bc/ui5_ui5", "wattUsage": "ui5_execute_abap", "target": { "type": "destination", "name": "GM4_https", "entryPath": "/sap/bc/ui5_ui5" }, "description": "GM4_https" },
    { "path": "/src/main/webapp/resources/", "target": { "type": "service", "name": "sapui5", "entryPath": "/resources" }, "description": "SAPUI5 Resources" },
    { "path": "/src/main/webapp/resources", "target": { "type": "application", "name": "cuscrmlibreuse", "preferLocal": true }, "description": "Reuse Library" }
  ]
} 

要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:

阅读(375) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~