Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Update README.md (#15)
Browse files Browse the repository at this point in the history
* Update README.md

* Update exercises-java/exercise2/README.md

Co-authored-by: Marc Becker <[email protected]>
  • Loading branch information
agoerler and beckermarc committed Feb 17, 2020
1 parent ce4a2af commit caf02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises-java/exercise2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Let's deploy the domain model to a database. Now, you will use SQLite, a light-w

## Use CAP's generic persistence handling

The CAP Java SDK has a [Persistence Service](https://cap.cloud.sap/docs/java/srv-run#the-persistence-service) that provides out-of-the-box capabilities to store and retrieve entities from a database. Therefore no custom coding is required for this. The entities defined in your `AdminService` will be automatically served via OData and you can just delete the `AdminService.java` file that was created earlier.
The CAP Java SDK has a [Persistence Service](https://cap.cloud.sap/docs/java/consumption-api#persistenceservice) that provides out-of-the-box capabilities to store and retrieve entities from a database. Therefore no custom coding is required for this. The entities defined in your `AdminService` will be automatically served via OData and you can just delete the `AdminService.java` file that was created earlier.

1. Delete the `AdminService.java` file in the `handlers` folder, which you have created in [Exercise 1](../exercise1/README.md).

Expand Down

0 comments on commit caf02d3

Please sign in to comment.