/REST-springboot

SPring boot introduction

Primary LanguageJava

REST-springboot

SPring boot introduction.
Activity1 To Create an endpoint that greets “Hello Shipturtle, Hope you are doing well !” Screenshot 2024-08-06 at 17 12 58

Activity2 Real-World Scenario: Customer Greeting Service Scenario: Imagine you need to create a greeting service for Shipturtle that greets customers based on the time of day (e.g., "Good Morning [firstName LastName]", "Good Afternoon [firstName LastName]", "Good Evening [firstName LastName]"). Extend your RESTful service to include this functionality.

Output : Screenshot 2024-08-06 at 16 36 11

Additional RESTful Api creation with database. which includes POST, GET, DELETE request for Employee table. it includes following Dependencies : 1.Model Mapper(To Map Entity and DTO). 2.Spring WEB 3.Lombok 1.POST Screenshot 2024-08-06 at 16 18 45 2.GET All Screenshot 2024-08-06 at 16 17 02 3.GET by Id image 4.DELETE By Id Screenshot 2024-08-06 at 16 19 28