• Joined on 2023-07-19
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-22 10:51:11 +00:00
9a7e76ea7a 콘텐츠 메인 - API 분리
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-20 14:56:04 +00:00
f45c6c7938 콘텐츠 등록 - 대여만 가능하게 등록할 수 있도록 속성 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-20 14:05:24 +00:00
c43faef14e 콘텐츠 구매 - 대여만 가능한 경우 등록된 금액의 100%를 결제하도록 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-20 13:10:32 +00:00
487d3c9d6e 콘텐츠 상세 Response - isOnlyRental(대여만 가능) 추가
04c682fc9b 대여기간 - 15일로 변경
Compare 2 commits »
klaus pushed to main at klaus/sodalive-backend-spring-boot 2023-10-17 10:02:56 +00:00
0496f665aa Merge pull request 'getAudioContentMainBannerList 부분 캐시 제거' (#52) from test into main
ae6171e844 getAudioContentMainBannerList 부분 캐시 제거
Compare 2 commits »
klaus merged pull request klaus/sodalive-backend-spring-boot#52 2023-10-17 10:02:54 +00:00
getAudioContentMainBannerList 부분 캐시 제거
klaus created pull request klaus/sodalive-backend-spring-boot#52 2023-10-17 10:02:50 +00:00
getAudioContentMainBannerList 부분 캐시 제거
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 09:59:19 +00:00
ae6171e844 getAudioContentMainBannerList 부분 캐시 제거
klaus pushed to main at klaus/sodalive-backend-spring-boot 2023-10-17 09:47:46 +00:00
0d19e1be74 Merge pull request 'audio content banner - lazy 옵션으로 인해 발생하는 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 문제 수정' (#51) from test into main
fb236a374d audio content banner - lazy 옵션으로 인해 발생하는 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 문제 수정
Compare 2 commits »
klaus merged pull request klaus/sodalive-backend-spring-boot#51 2023-10-17 09:47:45 +00:00
audio content banner - lazy 옵션으로 인해 발생하는 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 문제 수정
klaus created pull request klaus/sodalive-backend-spring-boot#51 2023-10-17 09:47:39 +00:00
audio content banner - lazy 옵션으로 인해 발생하는 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 문제 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 09:44:01 +00:00
fb236a374d audio content banner - lazy 옵션으로 인해 발생하는 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 문제 수정
klaus merged pull request klaus/sodalive-backend-spring-boot#50 2023-10-17 09:31:09 +00:00
로딩 속도를 위해 @Cacheable 적용
klaus pushed to main at klaus/sodalive-backend-spring-boot 2023-10-17 09:31:09 +00:00
4aff0111aa Merge pull request '로딩 속도를 위해 @Cacheable 적용' (#50) from test into main
1be91d0de4 EventItem - Json 데이터에는 있지만 DTO에는 Key값이 없는 경우 발생하는 오류 수정
cda2f1ec36 기본 생성자 없는 data class에 @JsonProperty를 추가하여 Jackson에서 직렬화 할 수 있도록 수정
e5c85287bb 캐시 적용 - 추천라이브, 이벤트 리스트, 2주 이내 콘텐츠 업로드 한 크리에이터, 콘텐츠 상단 배너,
1fcb0ec5fd org.springframework.expression.spel.SpelParseException 문제를 제거하기 위해 key설정 제거
Compare 10 commits »
klaus created pull request klaus/sodalive-backend-spring-boot#50 2023-10-17 09:31:04 +00:00
로딩 속도를 위해 @Cacheable 적용
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 09:25:56 +00:00
1be91d0de4 EventItem - Json 데이터에는 있지만 DTO에는 Key값이 없는 경우 발생하는 오류 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 09:12:09 +00:00
cda2f1ec36 기본 생성자 없는 data class에 @JsonProperty를 추가하여 Jackson에서 직렬화 할 수 있도록 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 08:58:37 +00:00
e5c85287bb 캐시 적용 - 추천라이브, 이벤트 리스트, 2주 이내 콘텐츠 업로드 한 크리에이터, 콘텐츠 상단 배너,
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 08:39:44 +00:00
1fcb0ec5fd org.springframework.expression.spel.SpelParseException 문제를 제거하기 위해 key설정 제거
klaus pushed to test at klaus/sodalive-backend-spring-boot 2023-10-17 08:28:44 +00:00
3537f22197 com.fasterxml.jackson.databind.exc.InvalidDefinitionException 에러를 처리하기 위해 - theme의 fetchType을 EAGER로 변경