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 | 29 | 30 | 31 |
Tags
- 라즈베리파이
- 파이썬
- to all the errors i loved
- DRF
- UOPEOPELE
- 불공단스터디
- djangorestframework
- 가보자고
- 대학생
- 암영
- 다시도전
- 장고
- 백엔드
- django
- 1학기
- 삽질일기
- Flutter
- 2024 1학기 기말 파이썬 프로젝트
- 불공단
- 불공단_스터디
- 컴공과
- Python
- 해커스
- 기록
- 공부기록
- 매일매일쓰자허무하지않게
- 낭독
- Til
- SUNLOG
- opencv
Archives
- Today
- Total
목록2024/10/06 (1)
기술해록본
java.lang.IllegalArgumentException: rawPassword cannot be null
java.lang.IllegalArgumentException: rawPassword cannot be nullat org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder.encode - 처음에는 BCryptPasswordEncoder 관련 @Autowired 문제라고 생각 했으나 블로그를 참고해보니JSON BODY로 보내면 controller 에서 받을 때 인지를 할수 있게 @RequestBody 어노테이션을 작성했어야 하는데 붙이지 않아서 발생한 문제이다. - 여기서private static final Logger log = LoggerFactory.getLogger(userController.class); @Autowired ..
Develop/To All The Errors I've Loved Before
2024. 10. 6. 15:00