Skip to content

phuongtailtranminh/Spring-Boot-Starter-Paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot-Starter-Paypal

Integrate Paypal Service with Spring Boot

Clone & Install PayPal Service

Clone & Install Spring Boot Starter Paypal (this repo) to local maven

Add necessary information to application.properties file

spring.paypal.client-id=YOUR_CLIENT_ID
spring.paypal.client-secret=YOUR_CLIENT_SECRET
spring.paypal.mode=sandbox

Add dependency to your Spring Boot project

	<dependency>
		<groupId>me.phuongtm</groupId>
		<artifactId>spring-boot-starter-paypal</artifactId>
		<version>1.0-SNAPSHOT</version>
	</dependency>

Use PaypalService bean

@Autowired
private PaypalService service;

About

Integrate Paypal Service with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages