From 17ff6e50f4fc115d3a8be30b4a2ff09b972c0233 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Wed, 26 Apr 2017 07:57:20 -0500 Subject: [PATCH] BAEL-742 Create README for Stripe API article (#1731) * Add files via upload * Update pom.xml * Update RunGuice.java * Update Communication.java * Update CommunicationMode.java * Update DefaultCommunicator.java * Update EmailCommunicationMode.java * Update IMCommunicationMode.java * Update SMSCommunicationMode.java * Update MessageLogger.java * Update MessageSentLoggable.java * Update AOPModule.java * Update BasicModule.java * Update CommunicationModel.java * Update Communicator.java * Update BasicModule.java * Update RunGuice.java * Update MessageLogger.java * Update Communicator.java * Update pom.xml * BAEL-278: Updated README.md * BAEL-554: Add and update README.md files * Update pom.xml * Update pom.xml * Update pom.xml * BAEL-345: fixed assertion * BAEL-109: Updated README.md * BAEL-345: Added README.md * Reinstating reactor-core module in root-level pom * BAEL-393: Adding guide-intro module to root pom * BAEL-9: Updated README.md * BAEL-157: README.md updated * Changed project name * Update RunGuice.java Removed references to message logging and output * Update Communication.java Removed message logging-related code * BAEL-566: Updated README.md * New project name * BAEL-393: removing guice-intro directory * BAEL-393: renamed module guice-intro to guice in root pom.xml * BAEL-393 and BAEL-541 README.md files * BAEL-731: Updated README.md * BAEL-680: renamed test methods * BAEL-714: Updated README.md * BAEL-737: Updated README.md * BAEL-680 and BAEL-756 README.md updates * BAEL-666: Updated README * BAEL-415: Custom Scope * BAEL-415: Custom Scope - renamed classes to reflect TenantScope * README file updates for BAEL-723, BAEL-763, and BAEL-415 * BAEL-735: README * BAEL-567: README * BAEL-736: README * BAEL-766: Update README * BAEL-555: README update * BAEL-761: README update * BAEL-742: Stripe API for Java README file --- stripe/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stripe/README.md diff --git a/stripe/README.md b/stripe/README.md new file mode 100644 index 0000000000..8a44ff9d33 --- /dev/null +++ b/stripe/README.md @@ -0,0 +1,8 @@ +### Stripe API for Java Sample Project + +This is Spring Boot project that displays a checkout form and charges a credit card using the Stripe API for Java. + +### Relevant articles + +- [Introduction to the Stripe API for Java](http://www.baeldung.com/java-stripe-api) +