Skip to content

furkanbalikci/spring-security-jdbc-body

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

spring-security-jdbc-body

A base model for spring security login configuration.

  • With this model you can use user datas from database.
  • You can use custom login config in SecuriyConfig file, on this project html used for template.
  • After succsess login you get logged user data.
  • On this project postgreSql used for db. You should configure for your db.
  • User datas can be various but username and password must. For example you can add gender or birthday.

Run Locally

Clone the project

  git clone https://github.com/furkanbalikci/spring-security-jdbc-body.git

Go to the project directory

  cd security-test

Start the server

  ./mvnw spring-boot:run

API Reference

Get default login page.

  GET /login

Tech Stack

Server: Spring Boot 3.0.4 , Spring Security 6.0.x, Spring Data JPA Database: PostgreSQL 14

About

Spring security simple project plan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published