Sample Java REST service for SAP Cloud Platform, created during #sitMUC 2017 SAP Community Open Space.
- Based on Spring Boot
- Does not really do anything special, other than showing three sample products upon a
GET
request to/test-api/products
- Run
mvn spring-boot:run
- Run
mvn -P prod clean package
See https://blogs.sap.com/2017/10/15/how-to-run-a-simple-spring-boot-restful-service-on-sap-cloud-platform/ on how to deploy it.