1 Star 2 Fork 0

phxism / rest-api-sample-app-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Pizza App using PayPal REST API

Overview

This is a simple pizza store app that showcases the features of PayPal's REST APIs. The application uses the SDKs provided by PayPal. The app demonstrates how you

* Save a credit card with paypal for future payments.
* Make a payment using a saved credit card id.
* Make a payment using paypal as the payment method.

Pre-requisites

  • Java 5.0 or Higher
  • Apache maven 3.x for building

Running the app

  • Configure the service.EndPoint, clientID and clientSecret to appropriate values.
  • Execute the command 'mvn jetty:run' to deploy and run the app using maven jetty server plugin. (OR)
  • Run 'mvn clean package' to build and create 'rest-api-sample-app-java-1.0.war' file under the target directory.
  • Deploy the rest-api-sample-app-java-1.0.war to your favourite servlet container.
  • You are ready. Bring up http://localhost:/rest-api-sample-app-java-1.0 on your favourite browser.

References

空文件

简介

PayPal rest-api-sample-app-java 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/phxism/rest-api-sample-app-java.git
git@gitee.com:phxism/rest-api-sample-app-java.git
phxism
rest-api-sample-app-java
rest-api-sample-app-java
master

搜索帮助