Spring Security 정리
https://dev-elop.tistory.com/43 Spring Boot 기본 설정 정리(코드포함) https://okky.kr/article/364038 OKKY | spring boot 정리 (locale, messageSource, security, jpa, hibernate, Scheduler, config) 안녕하세요 Spring boot 정리 해봅니다. https://github.com/visualkhh/lib-spr.. dev-elop.tistory.com 위 내용 보고 스프링 시큐리티를 스프링 BOOT 에 적용은 했으나 사실 위 부분은 너무 광범위하게 되어 있는 소스라서 간소화해서 적용 한 부분을 정리해본다. 1. DB 테이블 생성 (user) CREATE TABLE `user` ( ..