-
(2023-12-05) JPA 에러, DB 에러TIL 2023. 12. 5. 19:52
https://yoosup0920.tistory.com/23
createdAt 과 modifiedAt 값이 null로 db에 저장되는 에러
문제 상황 Entity로 만들어둔 createdAt과 modifiedAt이 db에 null값으로 저장됨. 하지만 다른 정보들은 db에 잘 들어간 것을 볼 수 있다. 문제 원인 Product클래스가 @MappedSuperClass가 적용된 Timestamped 추상클
yoosup0920.tistory.com
https://yoosup0920.tistory.com/25
Spring Boot 실행시 Failed to configure a DataSource 에러
문제 상황 Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded databa
yoosup0920.tistory.com
'TIL' 카테고리의 다른 글
(2023-12-12 TIL) AWS 사용기 (0) 2023.12.13 (2023-12-08 TIL) JWT토큰 알아보기 (0) 2023.12.11 (2023-11-21 TIL) 뉴스피드 프로젝트 기획, 없는 숫자더하기 (0) 2023.11.21 (2023-11-20 TIL) 프로그래머스 2문제, 1:N, N:1, N:M 관계 (2) 2023.11.20 (2023-11-10 TIL) Bean 수동등록, 인증과 인가, 쿠키세션인증방식, 그리고 JWT (0) 2023.11.10