https://docs.spring.io/spring-security/site/docs/current/guides/html5/helloworld-boot.html Hello Spring Security with Boot This guide provides instructions on how to add Spring Security to an existing Spring Boot application. docs.spring.io 방법 정리 1. 스프링 보안 구성 생성 다음 단계는 스프링 보안 구성을 생성하는 것입니다. 2. 패키지 탐색기보기에서 spring-security-samples-boot-insecure 프로젝트를 마우스 오른쪽 단추로 클릭하십시오. 3. 새로 만들기 → 클래스를 선택하십시오. 패키..