Closed hojin7769 closed 1 year ago
게시판 서비스 뷰를 만들기 위해 해야 할 일을 정리하고,실행한다
thymeleaf decoupled logic 을 학습하여 사용하였다.
스프링 부트 2.7(스프링 시큐리티 5.7) 부터 시큐리티 설정 방법이 바뀌였다 WebSecurityConfigurerAdapter는 deprecated 되었고, SecurityFilterChain을 사용해야 함
WebSecurityConfigurerAdapter
deprecated
SecurityFilterChain
https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#migrating-from-websecurityconfigureradapter-to-securityfilterchain
게시판 서비스 뷰를 만들기 위해 해야 할 일을 정리하고,실행한다