This repository contains a Spring Boot application that demonstrates simple CRUD (Create, Read, Update, Delete) operations with a Student entity. firstSpringProject │ ├── src │ │ ├── main │ │ │ ├── ...