사용자의 구독 이력UserSubscribeHistory 을 확인하는 find 함수 기존 JPA Query 다음 코드는 사용자가 해당 채널을 구독하는지 조회하는 JPA Query이다. 사용자의 구독 이력 UserSubscribeHistory 에서 구독하는 채널명 channelName 인지 확인하고 UserSubscribeStatus 구독 상태 여부에 따라 UserSubscribeHistory를 반환한다. fun find(channelName: String, status: UserSubscribeStatus? = null): UserSubscribeHistory? { return queryFactory.select(userSubscribeHistory) .from(userSubscribeHistory) .w..
지금 해결 못하고 있는 에러 물어보기 Resolve this issue. Could not autowire. No beans of 'JobBuilderFactory' type found. This error message indicates that the JobBuilderFactory class is not found in the application context. This can happen for several reasons, including: The required library or dependencies are missing in your project. The class is not correctly imported in your code. The class is not annotated..
- Total
- Today
- Yesterday
- FetchJoin
- junit5
- dto 클래스 생성자
- bucket4j
- JPA
- n+1
- MongoDB
- ChatGPT
- Kotlin
- 자바 어플리케이션 실행 과정
- QueryDSL
- spring boot 3
- MultipleBagFetchException
- Git
- 배열
- Java
- 스프링 스케줄링
- Spring Security
- jvm warm-up 전략
- Cannot construct instance of
- array
- 오블완
- 추상클래스
- port
- addFilterBefore
- checkout
- Linux
- 스프링오류
- redisson 분산락
- 티스토리챌린지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |