에러 (3) 썸네일형 리스트형 spring boot async 비동기 통신이 되지 않는 경우 해결 방법은 2가지다. 1. Controller에서 @PreAuthorized를 사용한다. 2. SecurityConfig에서 csrf ignore 처리를 해준다. .and() .csrf().ignoringAntMatchers("/email/confirm/**") 참고 : https://stackoverflow.com/questions/31746466/spring-security-always-returns-http-403 이클립스, GitLab Push 시 Nothing to fetch 에러 해결. 이클립스에서 git을 연동하고 pull 또는 fetch from upstream을 진행하면 Nothing to fetch 에러가 발생. 프로젝트의 Remote에 fetch가 잡혀있지 않기 때문에 에러가 발생한 것. 1. Git Repositories - 프로젝트 우클릭 - Properties 2. Configuration - remote/origin/fetch 항목 있는지 확인. Nothing to fetch 에러이므로, 없을 것. 3. Add Entry - Key, Value 내용 입력하여 fetch 추가 Key: remote.origin.fetch Value: +refs/heads/*:refs/remotes/origin/* 4. Apply - Fetch & Pull 시도 - 정상적으로 git pull.. 오류페이지 화면 (오류 메세지 가리기) error.jsp 죄송합니다. 현재 잘못된 요청으로 인해 서버에 문제가 생겼습니다. 다시 접속해 주시기 바랍니다. 5초 뒤에 메인으로 돌아갑니다. 이전 1 다음