A composite app of
- bookshop – a simple primer app
- reviews - a generic reuse service
- orders - a generic reuse service
- common - a reuse content package
- SAP Fiori Elements UIs
git clone https://github.com/capire/bookstore-java bookstore
cd bookstore
npm installThis repository uses the github npm registry for the
@capirescope. You may need to login using a github personal access token with scoperead:packages.npm login --scope @capire --registry=https://npm.pkg.github.com
mvn spring-boot:runTo connect the different apps together locally, start bookstore with the with-orders and with-reviews spring profiles:
SPRING_PROFILES_ACTIVE=default,with-orders,with-reviews mvn cds:watchStart the orders and reviews apps with mvn cds:watch.
Copyright 2026 SAP SE or an SAP affiliate company and capire/bookstore-java contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.