FrameWork_ETC/Spring
로그인 페이지에서 파비콘 없으면 에러가 난다?
아라한사
2021. 1. 22. 11:52
stackoverflow.com/questions/61029340/spring-security-redirects-to-page-with-status-code-999/61029341
Spring security redirects to page with status code 999
After successful login spring redirects to /error page with the following content { "timestamp" : 1586002411175, "status" : 999, "error" : "None", "message" : "No message available" } I'm...
stackoverflow.com
www.inflearn.com/questions/31659
login 구현할때 - 인프런
질문 - login 구현할때 import org.springframework.boot.autoconfigure.security.servlet.PathRequest; import org.springframework.context.annotation.Configuration; import org.springframework.http.HttpMethod; import org.springframework.security.config.anno
www.inflearn.com
로그인할 시 정적리소스가 없으면 에러가 난다고 함.. 스프링 신기해버리네;;