Notice
Recent Posts
Recent Comments
Link
상똥이의 Back-End 공부방
스프링 시큐리티 로그인(Please sign in) 화면 안뜨게 하는 법 본문
다른 프로젝트와 충돌하면서 security는 아직 쓰지도 않았는데 이 화면이 나온다면
메인 클래스(맨 처음 생성되어있는 클래스)의 @SpringBootApplication 옆에
(exclude = {SecurityAutoConfiguration.class})
를 아래처럼 붙여주면 된다
그리고 프로그램을 재실행하면
'오류해결' 카테고리의 다른 글
fatal : bad config line 1 in the file .gitconfig 해결방법 (0) | 2023.12.18 |
---|---|
[You are not allowed to create a user with GRANT] 해결방법 (0) | 2023.10.20 |
intelliJ 와 JPA 연동이 도저히 안될 때 해결 방법 (0) | 2023.10.08 |
window 윈도우에서 equals()&hashcode() 단축키로 만드는 방법 (0) | 2023.09.24 |
Address already in use: NET_Bind 해결 (0) | 2023.09.05 |