You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ User Interface related Features:
90
90
-[Model Localization](https://cap.cloud.sap/docs/guides/i18n) for [English](app/_i18n/i18n.properties) and [German](app/_i18n/i18n_de.properties) language for static texts
91
91
-[Custom File Upload extension](app/admin/webapp/extension/Upload.js) which provides a button for uploading `CSV` files
92
92
- A simple Swagger UI for the CatalogService API at <http://localhost:8080/swagger/index.html>
93
+
- UI5 Tree Table
93
94
94
95
CDS Maven Plugin Features:
95
96
@@ -138,6 +139,14 @@ are defined for local development:
138
139
- User: `user`, password: `user` to browse books
139
140
- User: `admin`, password: `admin` to manage books and orders
140
141
142
+
### Testing in hybrid mode
143
+
144
+
You can test the `GenreHierarchyTest` on H2 using the profile `default` as well as on HANA using the profile `hybrid`
VS Code supports the project out-of-the-box, when using the [Extension Pack for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack).
0 commit comments