File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
main/java/com/somemore/community/repository/board Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- package com .somemore .community .repository ;
1+ package com .somemore .community .repository . board ;
22
33import com .querydsl .core .types .Projections ;
44import com .querydsl .jpa .impl .JPAQuery ;
1616
1717@ RequiredArgsConstructor
1818@ Repository
19- public class CommunityRepositoryImpl implements CommunityBoardRepository {
19+ public class CommunityBoardRepositoryImpl implements CommunityBoardRepository {
2020
2121 private final JPAQueryFactory queryFactory ;
2222 private final CommunityBoardJpaRepository communityBoardJpaRepository ;
Original file line number Diff line number Diff line change 44import com .somemore .auth .oauth .OAuthProvider ;
55import com .somemore .community .domain .CommunityBoard ;
66import com .somemore .community .domain .CommunityBoardView ;
7+ import com .somemore .community .repository .board .CommunityBoardRepository ;
78import com .somemore .volunteer .domain .Volunteer ;
89import com .somemore .volunteer .repository .VolunteerRepository ;
910import org .junit .jupiter .api .DisplayName ;
1819import static org .assertj .core .api .Assertions .assertThat ;
1920
2021@ Transactional
21- class CommunityRepositoryTest extends IntegrationTestSupport {
22+ class CommunityBoardRepositoryTest extends IntegrationTestSupport {
2223
2324 @ Autowired
2425 private CommunityBoardRepository communityBoardRepository ;
You can’t perform that action at this time.
0 commit comments