File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
src/main/java/team/wego/wegobackend/group/v2 Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .application .dto . v2 .response ;
1+ package team .wego .wegobackend .group .v2 . application .dto .response ;
22
33import java .time .LocalDateTime ;
44import java .util .List ;
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .application .dto . v2 .response ;
1+ package team .wego .wegobackend .group .v2 . application .dto .response ;
22
33import java .time .LocalDateTime ;
44import java .util .List ;
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .application .service . v2 ;
1+ package team .wego .wegobackend .group .v2 . application .service ;
22
33import java .util .List ;
44import java .util .Map ;
55import lombok .RequiredArgsConstructor ;
66import org .springframework .stereotype .Service ;
77import org .springframework .transaction .annotation .Transactional ;
8- import team .wego .wegobackend .group .application .dto . v2 .response .GetGroupListV2Response ;
9- import team .wego .wegobackend .group .application .dto . v2 .response .GetGroupListV2Response .GroupListItemV2Response ;
10- import team .wego .wegobackend .group .application .dto . v2 .response .GetGroupListV2Response .GroupListItemV2Response .CreatedByV2Response ;
11- import team .wego .wegobackend .group .domain .repository . v2 .GroupV2QueryRepository ;
12- import team .wego .wegobackend .group .infrastructure .querydsl .projection .GroupListRow ;
8+ import team .wego .wegobackend .group .v2 . application .dto .response .GetGroupListV2Response ;
9+ import team .wego .wegobackend .group .v2 . application .dto .response .GetGroupListV2Response .GroupListItemV2Response ;
10+ import team .wego .wegobackend .group .v2 . application .dto .response .GetGroupListV2Response .GroupListItemV2Response .CreatedByV2Response ;
11+ import team .wego .wegobackend .group .v2 . domain .repository .GroupV2QueryRepository ;
12+ import team .wego .wegobackend .group .v2 . infrastructure .querydsl .projection .GroupListRow ;
1313
1414@ RequiredArgsConstructor
1515@ Service
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .domain .repository . v2 ;
1+ package team .wego .wegobackend .group .v2 . domain .repository ;
22
33import java .util .List ;
44import java .util .Map ;
5- import team .wego .wegobackend .group .infrastructure .querydsl .projection .GroupListRow ;
5+ import team .wego .wegobackend .group .v2 . infrastructure .querydsl .projection .GroupListRow ;
66
77public interface GroupV2QueryRepository {
88
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .domain .repository . v2 ;
1+ package team .wego .wegobackend .group .v2 . domain .repository ;
22
33
44import org .springframework .data .jpa .repository .JpaRepository ;
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .infrastructure .querydsl ;
1+ package team .wego .wegobackend .group .v2 . infrastructure .querydsl ;
22
33import com .querydsl .core .BooleanBuilder ;
44import com .querydsl .core .Tuple ;
1515import team .wego .wegobackend .group .domain .entity .QGroupImage ;
1616import team .wego .wegobackend .group .domain .entity .QGroupTag ;
1717import team .wego .wegobackend .group .domain .entity .QGroupUser ;
18- import team .wego .wegobackend .group .domain .repository . v2 .GroupV2QueryRepository ;
19- import team .wego .wegobackend .group .infrastructure .querydsl .projection .GroupListRow ;
18+ import team .wego .wegobackend .group .v2 . domain .repository .GroupV2QueryRepository ;
19+ import team .wego .wegobackend .group .v2 . infrastructure .querydsl .projection .GroupListRow ;
2020import team .wego .wegobackend .tag .domain .entity .QTag ;
2121import team .wego .wegobackend .user .domain .QUser ;
2222
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .infrastructure .querydsl .projection ;
1+ package team .wego .wegobackend .group .v2 . infrastructure .querydsl .projection ;
22
33import java .time .LocalDateTime ;
44
Original file line number Diff line number Diff line change 1- package team .wego .wegobackend .group .presentation . v2 ;
1+ package team .wego .wegobackend .group .v2 . presentation ;
22
33import lombok .RequiredArgsConstructor ;
44import org .springframework .http .HttpStatus ;
88import org .springframework .web .bind .annotation .RequestParam ;
99import org .springframework .web .bind .annotation .RestController ;
1010import team .wego .wegobackend .common .response .ApiResponse ;
11- import team .wego .wegobackend .group .application .dto . v2 .response .GetGroupListV2Response ;
12- import team .wego .wegobackend .group .application .service . v2 .GroupV2Service ;
11+ import team .wego .wegobackend .group .v2 . application .dto .response .GetGroupListV2Response ;
12+ import team .wego .wegobackend .group .v2 . application .service .GroupV2Service ;
1313
1414@ RequiredArgsConstructor
1515@ RequestMapping ("/api/v2/groups" )
You can’t perform that action at this time.
0 commit comments