File tree Expand file tree Collapse file tree
tutorials/cp-cap-java-hana-db Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -->
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
You can’t perform that action at this time.
0 commit comments