Spring Security

    Spring Security - Spring Security 겉핥기

    프로젝트를 다루면서 Spring Security를 알아보자.Spring Security 동작 확인Spring Tool Suite 4SpringBoot 3Java 17이번엔 간단히 REST endPoint에 접근하는 것으로 Spring Security를 알아볼 것이다.xml에 필요한 종속성은 아래와 같다. org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-security  이후 endPoint를 위한 Controller를 구현해 보자.@RestControll..