Skip to content

todyDev/Spring-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

HitCount

Spring Security

Spring Security 4 프로젝트 입니다.

개발 환경

Spring Framework 기반으로 만들었습니다. Spring Framework 버전과 Spring Security 버전에 유의하여 사용해야 합니다.

Spring Framesork v4.2.3
Spring Security v4.1.3
Eclipse Oxygen
jdk1.8.0_181
apache-maven-3.5.4
apache-tomcat-9.0.11
mysql-8.0.12-winx64

업데이트 내역

  • v2.1.32
  • v2.1.31
    • AuthenticationSuccessHandler 인터페이스 구현
    • AuthenticationFailureHandler 인터페이스 구현(최종)
  • v2.1.3
  • v2.1.2
  • v2.1.1
    • AuthenticationProvider 인터페이스 구현
  • v2.1.0
    • UserDetails 인터페이스 구현
    • UserDetailsService 인터페이스 구현
  • v2.0.0
    • MyBatis 연결
    • DB를 이용한 간단한 로그인
  • v1.2.4
    • 로그아웃 추가
    • 화면에 사용자 정보 제공
  • v1.2.2
    • Access Denied 페이지 작업
    • 에러 메시지 작업
  • v1.2.1
  • v1.2.0
    • 로그인 화면 커스터마이징
  • v1.1.1
    • 경로에 따른 접근 권한 설정
    • 경로에 따른 접근 권한 페이지 추가
  • v1.1.0
  • v1.0.1
    • 기본 설정
  • v1.0.0
    • 기본 프로젝트 생성

개발 과정

정보

todyDev – [email protected]꿈꾸는 개발자

기여 방법

  1. 프로젝트를 포크 해주세요.
  2. 새로운 Branch를 만들어서
  3. 수정한 부분을 Commit 하고
  4. Branch에 Push 해서
  5. Pull Request를 보내주세요.