-
Notifications
You must be signed in to change notification settings - Fork 0
CAP Java 2.0 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAP Java 2.0 #3
Changes from all commits
b1c6ac6
d37ff72
1af1b70
7a830c9
f6ed4f4
00da44f
4ab43b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,7 +65,7 @@ First you need to create and initialize an SAP HANA database schema in SAP BTP. | |
|
|
||
| You first need to provision your SAP HANA Cloud instance, which is a prerequisite to later on create a SAP HANA HDI Container to deploy your database artifacts to. | ||
|
|
||
| 1. Follow the tutorial [Provision an Instance of SAP HANA Cloud](hana-cloud-mission-trial-2). Use `bookstore-db` as the name of your database and make sure to allow access to your SAP HANA Cloud from all IPs. | ||
| 1. Follow the tutorial [Provision an Instance of SAP HANA Cloud](hana-cloud-mission-trial-2). Use `bookstore-db` as the name of your database. Make sure to allow access to your SAP HANA Cloud from all IPs and that instance of the SAP HANA you have created is mapped to your subaccount and space where you working with this tutorial. | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you tried that in a trial account? I guess this is not needed in trial accounts, which is the assumption for this tutorial. |
||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,7 @@ From the products service that you created in the previous tutorial, we just wan | |
|
|
||
| ```Shell/Bash | ||
| mvn -B archetype:generate -DarchetypeArtifactId=cds-services-archetype -DarchetypeGroupId=com.sap.cds \ | ||
| -DarchetypeVersion=RELEASE -DjdkVersion=11 \ | ||
| -DarchetypeVersion=RELEASE -DjdkVersion=17 \ | ||
| -DgroupId=com.sap.cap -DartifactId=bookstore | ||
| ``` | ||
|
Comment on lines
42
to
46
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could also use |
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this get sap machine or just the generic OpenJDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do both work on CF?