- Created 4 packages of - controller, model, exception and repository.
- model package has Payload.java file works as a container that contains the data of the application.
- controller package has PayloadController.java file which is typically used in combination with annotated handler methods based on the @RequestMapping annotation
- repository package has PayloadRepository.java file, we define a repository interface for each domain entity in the application. A repository contains methods for performing CRUD operations, sorting and paginating data.
- exception package has files to handle exceptons.
-
Notifications
You must be signed in to change notification settings - Fork 0
sheetalj2205/liveasy-loadAPIs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Created Rest API using SpringBoot implementing CRUD operations to insert, retrieve, delete and update record of payload
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published