Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Postman
- 클린코드
- 알고리즘
- 기초100제
- springboot
- golang
- Gradle
- go
- MySQL
- java
- GitHub
- Python
- spring security
- Spring Boot
- Spring
- Git
- Vue.js
- 파이썬
- 클린 코드
- H2 설치
- 스프링
- JPA
- Codeup
- mariadb
- 롬복
- thymeleaf
- 객사오
- 코드업
- 티스토리챌린지
- 오블완
Archives
- Today
- Total
목록302 (1)
nyximos.log
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/TQ0uI/btrNzIKVaP0/u7ZwDLSBlbv2OXxOoGEuFK/img.png)
로그인 구현후 요청을 보냈다. 로그인 응답을 받은 후 에러가 뜬다. GET http://127.0.0.1:5173/ 404 (Not Found) AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', ... message : "Request failed with status code 404" name : "AxiosError" 서버에서 설정한 성공 URL로 redirect할수 없기 때문에 프론트엔드의 URL로 redirect 해야한다. /config/security/SecurityConfig.java http.formLogin()에 succesHandler를추가해준다. ht..
ETC/피땀눈물
2022. 10. 2. 14:56