Using bookstore as composite app

This commit is contained in:
Daniel
2021-10-19 15:28:25 +02:00
committed by Daniel Hutzel
parent 680a6ae68f
commit 5c3cec973e
8 changed files with 8 additions and 2701 deletions

View File

@@ -16,9 +16,13 @@
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
"messaging": {
"[production]": { "kind": "enterprise-messaging" },
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[local]": { "kind": "file-based-messaging" },
"kind": "local-messaging"
},
"db": { "kind": "sql" }
}
}
}