dgPadBootcamps / Java-Bootcamp-2024

1 stars 0 forks source link

Task 1 : Spring Initialization and Interaction using CLI #189

Closed mohammad-fahs closed 1 month ago

mohammad-fahs commented 1 month ago

In this Task , students will initialize a Spring Boot project, open it in IntelliJ, and create a simple user management system using a CommandLineRunner. The user management system will allow students to add, remove, and update student details via the command line. The student details will be stored in a List, and no database will be used.

Steps

If you encounter any issues, please feel free to inform me. Additionally, if you have any questions or concerns, do not hesitate to reach out.

For the following issue, please include the relevant code and provide screenshots demonstrating your interactions with the application. Specifically, show how you add students, update student details, and remove students from the list.

Thank you!