https://github.com/faridtahmazov/universitymanagmentsystem-basic
Simple Spring Web project
https://github.com/faridtahmazov/universitymanagmentsystem-basic
spring spring-data-jpa spring-mvc thymeleaf
Last synced: about 1 month ago
JSON representation
Simple Spring Web project
- Host: GitHub
- URL: https://github.com/faridtahmazov/universitymanagmentsystem-basic
- Owner: faridtahmazov
- Created: 2022-06-04T17:24:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T17:39:50.000Z (about 4 years ago)
- Last Synced: 2025-01-10T19:40:49.459Z (over 1 year ago)
- Topics: spring, spring-data-jpa, spring-mvc, thymeleaf
- Language: HTML
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UniversityManagmentSystem-Basic
Simple Spring Web project
Tools and technologies used:
* IDE - Intellij Idea;
* JDK - 1.8 or later;
* Spring Web - 2.7;
* Spring Data Jpa;
* Spring Boot DevTools;
* Thymeleaf;
* MySQL Driver;
Development Steps:
* Create an Intellij Idea Spring Web Project;
* Add Dependencies;
* Project Structure;
* Application Properties Setup;
* Create a Entities - Student.java, Teacher.java, util.Hint.java;
* Create a StudentRepository.java, TeacherRepository;
* Create a StudentService.java, TeacherService.java;
* Create a HomeController.java, StudentController.java, TeacherController.java
* Create a home.html, students.html, teachers.html and create new/edit html page;
* Demo;
Home page:

Student List:

Teacher List:

New/Edit Page:
