Grade Submission demonstrates how to implement simple CRUD operations with a 'Grade' entity.
- Model View Controller.
- Field Validations.
- Three Layer Codebase.
- Beans and Dependency Injection
This project is based on the Spring Boot project and uses these packages :
- Maven
- Spring Core
- Spring MVC
- Thymleaf
The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies. First Run the server:
./mvnw clean spring-boot:run
Open http://localhost:8080 with your browser to see the results.