티스토리 뷰
ERROR/SQL
[spring]Failed to load resource: the server responded with a status of 404 ()
onlyun 2022. 3. 20. 04:44
웹 게시판 만드는 작업 중
회원가입 입력 폼 완성하고, js까지 했는데 오류 뜸.
Failed to load resource: the server responded with a status of 404 ()
구글링해보니 경로 설정 잘못이라고
경로를 정말 잘못 설정했거나, 높은 확률로 오타.
확인해보니,
.done(function(res){
if(res == "success"){
alert("회원가입을 축하합니다.");
location.href="/memeber/login"
}else if(res == "fail"){
alert("아이디 중복 확인 해주세요.")
$("#id").val();
}
})
경로 폴더명 오타였음. member인데 memeber라고 썼음.
.done(function(res){
if(res == "success"){
alert("회원가입을 축하합니다.");
location.href="/member/login"
}else if(res == "fail"){
alert("아이디 중복 확인 해주세요.")
$("#id").val();
}
})
수정하니까 페이지 제대로 찾음.
'ERROR > SQL' 카테고리의 다른 글
[AndroidStudio]System UI isn't responding (0) | 2022.04.19 |
---|---|
uncaught referenceerror $ is not defined (0) | 2022.03.20 |
[spring]404 에러 (0) | 2022.03.19 |
Don't know how to iterate over supplied "items" in <forEach> (0) | 2022.03.18 |
the string "--" is not permitted within comments (0) | 2022.03.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- border-spacing
- css
- 입력양식
- html base tag
- input type 종류
- html layout
- empty-cell
- selcetor
- html
- typeof
- text formatting
- improt
- CascadingStyleSheet
- 변수
- 미디어 태그
- A%B
- Java
- scanner
- html pre
- initialized
- html a tag
- html input type
- html atrribute
- 스크립태그
- 외부구성요소
- caption-side
- ScriptTag
- JavaScript
- BAEKJOON
- 기본선택자
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함