Skip to content

It is springboot application. We use Postman as rest client api as it sends requests to our controller as it handles our handler methods i.e. post , get , delete , put mapping from postman. Then our controller calls the service layer as we call the methods and we do business logic in service layer . Our repository communicate with MYSQL(database).

Notifications You must be signed in to change notification settings

Abhilashsaha462/REST_API_MYSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

REST_API_MYSQL

About

It is springboot application. We use Postman as rest client api as it sends requests to our controller as it handles our handler methods i.e. post , get , delete , put mapping from postman. Then our controller calls the service layer as we call the methods and we do business logic in service layer . Our repository communicate with MYSQL(database).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages