Coder Social home page Coder Social logo

school-management's Introduction

School Management Project: Spring Boot + Spring Data JPA ( Hibernate)+ Spring Security + Thymeleaf and Postgresql Database:

1- Relationship Mapping with JPA and Hibernate in Spring - Spring Boot:

  • One-to-Many
  • Many-to-One
  • One-to-One
  • Many-to-Many

2- CRUD Full Stack :

  • Get all Teacher/Student

  • Add a new Teacher/Student

  • Update Teacher/Student By ID

  • Delete Teacher/Student By ID

  • Pagination Student

  • Sorting Table Student By Name

3- Redirect to Different Pages after Login based on User Roles โ€“ Spring Boot Security:

  • The user is redirected to the authentication login page. After successful login, the user is redirected to different dashboard based on logged in user roles.

    ** Login/Password:

4- Spring Security Remember Me:

User's login session terminates after closing the browser and if user again access the application by opening browser, it prompts for login, We can avoid this re-login by using remember me feature. It stores user's identity into the Cookie or database and use to identity the user.

==> So we should so we should create a table persistent_logins for stores the tokens in the databse with "JdbcTokenRepositoryImpl"

SQL File:

-  data.sql

school-management's People

Contributors

meher12 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

maldinica

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.