SPring boot introduction.
Activity1
To Create an endpoint that greets “Hello Shipturtle, Hope you are doing well !”
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.
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 2.GET All 3.GET by Id 4.DELETE By Id