Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adjh54ir/spring-security-adjh54

Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현
https://github.com/adjh54ir/spring-security-adjh54

java11 jwt spring-boot spring-security

Last synced: about 1 month ago
JSON representation

Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현

Awesome Lists containing this project

README

        

# spring-security-adjh54

⭕️ Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현


## 1. Architecture

----

### 1.1. Spring Boot Architecture

⭕️ 전체적인 아키텍처 패턴은 Spring MVC Pattern으로 구성하였습니다.

![springboot](https://user-images.githubusercontent.com/36141397/193234055-b13617ee-3e83-4298-bd17-6215f2a2cfe3.png)

### 1.2. Spring Security Architecture

⭕️ Spring Security의 FlowChart입니다.

![image](https://user-images.githubusercontent.com/70501374/210165654-53655b48-e979-4d55-999b-aec199591eb3.png)