sap-cloud-foundry

Generate VDM for SFSF using Java in SAP Cloud SDK: Generated URI is wrong

徘徊边缘 提交于 2020-03-03 06:58:26
问题 I'm trying to build an app that reads info from SFSF. For this, I'm using the Virtual Data model generator tool (the maven plugin) with SFSF OData metadata to be able to access the system. I'm following these steps: Get a project via archetype (with powershell): mvn archetype:generate "-DarchetypeGroupId=com.sap.cloud.sdk.archetypes" "-DarchetypeArtifactId=scp-cf-tomee" "-DarchetypeVersion=RELEASE" Add the following to the application\pom.xml In dependencies: <dependency> <groupId>org