- ACTIVITY:
- Creating a Basic API with Spring Boot Objective Create a basic API using Spring Boot 3.x and JDK 17 that handles GET and POST requests. You will learn to define controllers, manage routes, and respond to HTTP requests. Document the API using OpenAPI Docs.
User Story 1 Description: As a user, I want to be able to send a GET request to an endpoint and receive a welcome message. Tasks: Create a Spring Boot project. Implement a controller with a GET endpoint. Document the API using OpenAPI Docs. Test the endpoint using Postman.
- En la rama master se encuentra la actividad