Skip to content

vl-leon/bookstore-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@capire/bookstore

REUSE status

A composite app of

Get it

git clone https://github.com/capire/bookstore-java bookstore
cd bookstore
npm install

This repository uses the github npm registry for the @capire scope. You may need to login using a github personal access token with scope read:packages.

npm login --scope @capire --registry=https://npm.pkg.github.com

Run it

mvn spring-boot:run

Together with Orders and Reviews

To 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:watch

Start the orders and reviews apps with mvn cds:watch.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CAP CDS 57.2%
  • Java 36.2%
  • HTML 3.7%
  • JavaScript 2.9%