Commit ed2a825
authored
GETP-323 refactor: 단위 모듈 프로젝트를 멀티 모듈로 분리 (#180)
* GETP-323 refactor: 단일 모듈에서 api, domain, persistence, application, infrastructure 모듈로 분리
* GETP-323 refactor: domain 모듈의 타 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 project 컴포넌트에서 api 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 auth 컴포넌트에서 api, persistence 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 client 컴포넌트에서 api 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 member 컴포넌트에서 api 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 like 컴포넌트에서 persistence 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 people 컴포넌트에서 api, persistence 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 service term 컴포넌트에서 api 모듈에 대한 의존성 제거
* GETP-323 refactor: application 모듈의 storage 컴포넌트에서 infrastructure 모듈에 대한 의존성 제거
* GETP-323 refactor: persistence 모듈에서 사용하지 않는 fixture 제거 및 api 모듈에 대한 의존성 제거
* GETP-323 refactor: api 모듈의 fixture 패키지 정리
* GETP-323 rename: docs 파일을 api 모듈의 src 디렉토리 안으로 이동
* GETP-323 refactor: application 모듈의 persistence, api 모듈에 대한 의존성 제거
* GETP-323 remove: static 파일 제거
* GETP-323 chore: 모듈 간 의존성 설정 및 Dockerfile이 api 모듈의 빌드 결과를 실행하도록 변경
* GETP-323 remove: 사용하지 않는 유틸 클래스 삭제
* GETP-323 chore: application.yml을 각 모듈에 대해 분리
* GETP-323 chore: 테스트 후 테스트 결과를 build/test-results로 수집
* GETP-323 rename: 테스트 시 자동으로 테스트 환경 설정 인식하도록 설정 파일 이름 변경
* GETP-323 remove: api 모듈에서 사용하지 않는 static 파일 제거1 parent 5b41660 commit ed2a825
File tree
721 files changed
+1685
-1148
lines changed- get-p-api
- src
- docs/asciidoc
- auth
- client
- common
- like
- member
- people
- project
- storage
- main
- java/es/princip/getp
- api
- controller
- auth
- dto/request
- client
- command
- dto/request
- query
- common/mapper
- like/command
- member
- command
- query
- people
- command
- dto/request
- query
- project
- command
- dto/request
- query
- serviceTerm
- dto/reqeust
- storage
- handler
- support
- dto
- validation
- resources
- static
- test
- java/es/princip/getp
- api
- config
- controller
- auth
- client
- command
- description
- query
- description
- common
- description
- fixture
- like/command
- member
- command
- fixture
- query
- people
- command
- description
- request
- response
- fixture
- query
- description
- project
- command
- description
- fixture
- query
- description
- fixture
- storage
- docs
- security
- annotation
- support
- config
- resources
- org/springframework/restdocs/templates/asciidoctor
- get-p-application
- src
- main
- java/es/princip/getp
- application
- auth
- dto
- command
- response
- exception
- infra
- service
- client
- dto
- command
- response
- exception
- port
- in
- out
- service
- common/dto/response
- config
- like
- exception
- people
- port
- in
- out
- service
- project
- port
- in
- out
- service
- mail
- command
- port/in
- member
- dto
- command
- response
- exception
- port
- in
- out
- service
- people
- dto
- command
- response
- peopleProfile
- people
- exception
- mapper
- port
- in
- out
- service
- project
- apply
- dto
- command
- response
- exception
- port
- in
- out
- commission
- dto
- command
- response
- exception
- port
- in
- out
- meeting
- dto
- command
- response
- exception
- port/out
- serviceTerm
- dto
- command
- response
- exception
- port
- in
- out
- service
- storage
- dto
- command
- response
- exception
- port
- in
- out
- support
- dto
- util
- resources
- messages
- templates
- test/java/es/princip/getp/application
- auth/service
- common/fixture
- like
- people/service
- project/service
- people
- fixture
- service
- project
- commission
- meeting
- get-p-domain
- src
- main
- java/es/princip/getp/domain
- auth
- client/model
- common
- exception
- infrastructure
- model
- service
- like
- people/model
- project/model
- member
- exception
- model
- people
- exception
- model
- project
- apply
- exception
- model
- service
- commission
- exception
- model
- service
- meeting/model
- serviceTerm/model
- support
- resources
- testFixtures/java/es/princip/getp/fixture
- auth
- client
- common
- like
- member
- people
- project
- storage
- test/java/es/princip/getp/domain
- client/model
- common
- infrastructure
- model
- member
- infra
- model
- people/model
- project
- apply
- model
- service
- commission
- model
- service
- get-p-infrastructure
- src
- main
- java/es/princip/getp/infrastructure/adapter/storage
- resources
- test
- java/es/princip/getp/infrastructure/adapter/storage
- fixure
- resources
- get-p-persistence
- src
- main
- java/es/princip/getp/persistence
- adapter
- auth
- client
- common
- mapper
- like
- people
- project
- member
- people
- mapper
- model
- project
- apply
- model
- commission
- meeting
- model
- serviceTerm
- storage
- config
- support
- resources
- db
- data
- migration
- test
- java/es/princip/getp
- persistence
- adapter
- client
- like
- people
- project
- member
- people
- mapper
- project
- apply
- commission
- serviceTerm
- config
- support
- resources
- src
- main
- java/es/princip/getp
- api/controller
- client/command/dto/response
- member/command/dto/response
- people/command/dto/response
- project/command/dto/response
- storage/dto
- application
- auth/service
- project/apply/port/in
- resources
- test/resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
721 files changed
+1685
-1148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
17 | 8 | | |
18 | 9 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
22 | 13 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 14 | + | |
| 15 | + | |
26 | 16 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 17 | | |
106 | 18 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
122 | 30 | | |
123 | | - | |
124 | | - | |
125 | 31 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
130 | 36 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 37 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
151 | 41 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
159 | 47 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 48 | + | |
168 | 49 | | |
169 | | - | |
170 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
171 | 56 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
180 | 60 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 61 | + | |
| 62 | + | |
184 | 63 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
189 | 68 | | |
190 | | - | |
191 | | - | |
192 | 69 | | |
193 | 70 | | |
194 | | - | |
195 | | - | |
196 | | - | |
| 71 | + | |
| 72 | + | |
197 | 73 | | |
198 | 74 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 75 | + | |
| 76 | + | |
208 | 77 | | |
0 commit comments