-
Notifications
You must be signed in to change notification settings - Fork 139
Description
Hi team!
I am contacting you to one minor, non urgent topic.
I was following the steps for getting started for Java CAP development, and i realized that this route should be:
srv/src/main/java/com/sap/capire/bookshop/handlers/SubmitOrderHandler.java
rather than:
srv/src/main/java/com/sap/capire/bookshop/handlers/CatalogService.java
docs/get-started/in-a-nutshell.md
Line 726 in 7ad8541
| ```java [srv/src/main/java/com/sap/capire/bookshop/handlers/CatalogService.java] |
One more thing. I have started a new project and the folder structure in my case looks like:
srv/src/main/java/com/"cap"/capire/bookshop...
rather than
srv/src/main/java/com/"sap"/capire/bookshop...
Not sure if this has changed or if it is something regarding my configuration, but just for your knowledge, because in that case, the package definitions then should be revisited for a smooth experience while copying and pasting the examples provided.
Sorry for bothering you.
Kind regards,
Nata