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
- github
- JPA
- 이미지
- Git
- IOS
- Swift
- MacOS
- 웹뷰
- SwiftUI
- Session
- Firebase
- 한글
- Xcode
- error
- window
- darkmode
- shorebird
- mac
- Notification
- Code
- appstore
- FLUTTER
- 개발자
- Realm
- iOS16
- rxswift
- UIButton
- geofencing
- Archive
- Apple
Archives
- Today
- Total
목록rest api (1)
EEYatHo 앱 깎는 이야기

[ 상황 설명 ] JPA / SpringBoot로 REST API 코딩할 때 생긴 일이다. 디비 시스템에서 AWS의 Redis를 캐시로 사용하고 있었는데, @Cacheable 어노테이션을 적용한 ( = Redis로 캐시를 하는 ) API에서 저런 오류가 나오는 것이다. ( 오류 메세지 ) Could not read JSON: Cannot construct instance of `java.time.LocalDateTime` (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator)\n at.... (생략) [ 문제 해결 ] 열심히 찾아본 결과, ..
Server
2021. 2. 17. 23:27