Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.23 KB

File metadata and controls

22 lines (20 loc) · 1.23 KB

CodeMechWebPracticalSimran

Implementing Rest API


Create CRUD REST API in Spring Boot with hibernate & JPA integration Database Name : codemech_practical , Two Table : employee & designation and employee have column id , name , salary, designation_id & designation have column id , designation_name Employee & Designation have One to Many association Spring boot configuration that create tables automatically Project needs to run in 8085 port Rest APIs: Create ,Delete , Edit and All List of Designation Create, Delete , Edit and All List of Employee Employee details by id Employee List by designation Sort employee list by salary in ascending and descending Every REST API should handle proper exception with proper error message Code must in standard format with proper naming convention


Design Pattern Used: MVC Database: MySQL(make sure to change mysql properties in application.properties before running the application)