Link: Java 17
- Go to file src/resources/application.properties
- Add values to PayOS payment gateway variables
- PAYOS_CLIENT_ID={Your Client Id}
- PAYOS_API_KEY={Your Api Key}
- PAYOS_CHECKSUM_KEY={Your Checksum Key}
- Install dependencies using the command
mvn clean install - Run the project using the command
mvn spring-boot:run - The project will run on port 8080