Skip to content

Commit 0b816c9

Browse files
committed
still need hdbtable config
1 parent 8e5bb6d commit 0b816c9

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

tutorials/cp-cap-java-hana-db/cp-cap-java-hana-db.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,21 @@ Add an additional Maven dependency to your project. The dependency brings the ab
9494
cd ~/projects/bookstore
9595
```
9696
97-
2. Ensure your SAP HANA Cloud instance is started.
97+
2. Add the following configuration in the file `.cdsrc.json` in the root folder of your `bookstore` project:
98+
99+
```JSON
100+
{
101+
"hana" : {
102+
"deploy-format": "hdbtable"
103+
}
104+
}
105+
```
106+
107+
<!-- border -->![.cdsrc.json content](cdsrc.png)
108+
109+
3. Ensure your SAP HANA Cloud instance is started.
98110
99-
3. Create an SAP HANA service instance and implicitly push all artifacts to the database using:
111+
4. Create an SAP HANA service instance and implicitly push all artifacts to the database using:
100112
101113
```Shell/Bash
102114
cds deploy --to hana:bookstore-hana --store-credentials

0 commit comments

Comments
 (0)