[Spring][오류] HTTP 상태 500 – 내부 서버 오류 : Request processing failed; nested exception is org.springframework.dao.DuplicateKeyException:
|2022. 3. 10. 13:21


▶ 오류메세지 : Request processing failed; nested exception is org.springframework.dao.DuplicateKeyException:
▶ 해결방법 : 데이터를 입력하고 submit했을때 DB에 중복값이 있어서 뜨는 메세지였음. 다른 중복되지않는 값을 입력하니 정상적으로 작동한다!
'Back-End > Spring' 카테고리의 다른 글
| [SpringBoot][오류] Springboot에서 jsp를 읽지 못하는 오류 (0) | 2022.03.23 |
|---|---|
| [SpringBoot][오류] To display the conditions report re-run your application with 'debug' enabled (0) | 2022.03.23 |
| [SpringBoot][오류] Invalid bound statement (not found): (0) | 2022.03.23 |
| [Spring][오류] Field 'no' doesn't have a default value (0) | 2022.03.21 |
| [Spring] Spring에서 Ajax 사용하기 (0) | 2022.03.11 |