Skip to content

pliegl/sample-rest-product-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sample Java REST service for SAP Cloud Platfrom

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 it locally

  • Run mvn spring-boot:run

Create a war file for deployment to SAP Cloud Platform

  • 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.

About

Sample RESTful service for SAP Cloud Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages