Simple api simulating the creation of payments
- Java 1.8+
- Eclipse & Embedded Maven
- clone the Git repository.
- Open Eclipse
- File -> Import -> Existing Maven Project -> Locate project folder location -> Check Pom.xml file -> Finish
At application.properties file insert DB user name and password
spring.datasource.url=jdbc:mysql://localhost/payment_api
spring.datasource.username=
spring.datasource.password=
- Choose the Spring Boot Application file PaymentapiApplication.java
- Right Click on the file and Run as Java Application
- Eclipse - IDE
- Maven - Dependency Management
- Spring - Spring framework, JPA, Boot
- Lombok Project - Getters and Setters generator