Skip to content

A Springboot application to manage the teachers and students details

Notifications You must be signed in to change notification settings

kavyabala23/Department-Mangement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Department-Mangement

In Engineering college there are various department.Here I have taken few departments and how many students and teachers are there in a departments and their details are stored.

ORM - Object Relational Mapping. Hibernate is ORM framework used here.It maps an object-oriented domain model to a traditional relational database. So to map them I used to ManytoOne Mapping. @ManyToOne - mapping many instances of the entity are mapped to one instance of another entity (eg many items in one cart)

Database - MySql

The application is build using MVC Architecture

The-Spring-MVC-architecture-as-depicted-in-16

About

A Springboot application to manage the teachers and students details

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages