728x90 반응형 security 자동 로그인 화면 제거1 Spring Security 기본 로그인 화면 제거 Spring Security 기본 로그인 화면 제거 검색해서 찾아보니, 해당페이지는 build.gradle에 스프링 시큐리티 의존성을 주입하면 자동으로 추가되는 화면이라고 한다. 해당내용은 아래 링크를 참고하시면 될 거 같다. [참고 블로그]spring security 로그인 페이지 자동 주입 @SpringBootApplication 어노테이션에 exclude = SecurityAutoConfigration.class 를 설정하면 자동으로 설정된로그인 페이지가 나오지 않도록 할 수 있다.1234567891011121314package com.cafe.cafeproject; import org.springframework.boot.SpringApplication;import org.springframe.. 2024. 5. 5. 이전 1 다음 728x90 반응형