Page Index - bondyuu/dodam GitHub Wiki
25 page(s) in this GitHub Wiki:
- Home
- build.gradle에 Redisson dependecy 적용 시 Swagger dependency와 충돌(ApplicationContextException)
- Please reload this page
- build.gradle에 Spring Reactive Web dependency 적용 시 Spring Web dependency와 충돌
- Please reload this page
- Postman에서 UserController의 Logout 동작 수행 시 서버 에러 발생
- Please reload this page
- Postman에서 UserController의 Logout 동작을 수행하지 않고 연속으로 Login 동작 수행 시 refresh token table의 column created_at의 값이 null
- Please reload this page
- QueryDSL을 활용해 게시글 전체 조회 및 검색 시 서버 에러(InvalidDefinitionException, IllegalStateException) 발생
- Please reload this page
- Redis 성능 테스트(Spring Data (Reactive) Redis vs Redisson)
- Please reload this page
- Redis에 저장된 데이터를 SpringBoot로 불러올 때 서버 에러 발생(ClassCastException, Multiple back reference properties with name 'defaultReference')
- Please reload this page
- Swagger를 프로젝트에 적용 시 서버 에러 발생
- Please reload this page
- 게시글(Post) 검색 및 조회 성능 개선
- Please reload this page
- 게시글(Post) 수정 시 기존의 이미지들이 String 타입의 AWS S3 imageUrl로 존재하는 상황; 기존의 이미지들이 이미지 파일(.png 등) 타입이 아니라서 업데이트 되지 않는 문제 해결
- Please reload this page
- 이미지 입력 없이 게시글(Post)을 생성할 경우 AWS S3에 저장되어 있는 기본 이미지 Url이 입력되지 않는 문제 해결
- Please reload this page
- 채팅방(ChatRoom) 조회 성능 개선(Cache Aside Pattern 적용)
- Please reload this page