Q&A
boot 3.0 이상 버전에서 apply()
아래와 같이 작성하시면 되세요. 참고 url : https://docs.spring.io/spring-security/reference/servlet/configuration/java.html#jc-custom-dsls http.with(new CustomSecurityConfigurer(), (conf) -> conf .setFlag(false));
- Likes
- 0
- Comments
- 2
- Viewcount
- 629

