galibBd / Spring-Boot-REST-JPA-Hibernate-MySQL-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-Boot-REST-JPA-Hibernate-MySQL-Example

File Uploading Using RESt APi

Pre Requesting

1.JDK 1.8

2.IDE (eclipse or Netbeans)

3.Maven

4.apache tomcat 8+

5.MySql server

6.REST client (eg. Postman )

How project works.

Step 1:open project form any Spring pluging enable Ide Step 2: change databse configurate at application context file Step 3:run spring boot application via command line or form Ide If run from Ide then run spring main file under packge com.payment

Send file via rest client

Api url: http://localhost:8080/upload

Http Metohd :POST

Content:From-Data

Other Rest Api

For Cutomer Info:

API=http://localhost:8080/customer/list

billing information

API =http://localhost:8080/customer/bills

Http Method:GET

billing Pay information

API=http://localhost:8080/customer/bill/payments

Http Method:GET

About


Languages

Language:Java 100.0%