security에 의한 로그인 화면을 사용하지 않게 설정하려고아래 코드를 사용하였더니, 아래 메시지를 마주하였다. 'csrf()' is deprecated since version 6.1 and marked for removal 'formLogin()' is deprecated since version 6.1 and marked for removal package com.companion.app.config;import org.springframework.context.annotation.Bean;import org.springframework.security.config.annotation.web.builders.HttpSecurity;import org.springframework.security.w..