deploy orders,reviews,bookstore

This commit is contained in:
Vladislav Leonkev
2024-12-09 18:56:38 +01:00
parent 1a0df4d31d
commit 32b0e82c98
8 changed files with 197 additions and 29 deletions

View File

@@ -2,7 +2,24 @@
"name": "@capire/orders",
"version": "1.0.0",
"dependencies": {
"@cap-js/hana": "^1",
"@capire/common": "*",
"@sap/cds": ">=5"
"@sap/cds": ">=5",
"@sap/xssec": "^4"
},
"cds": {
"requires": {
"[production]": {
"auth": "xsuaa",
"db": "hana",
"messaging": "enterprise-messaging"
}
}
},
"sql": {
"native_hana_associations": false
},
"scripts": {
"start": "cds-serve"
}
}
}