File tree Expand file tree Collapse file tree 1 file changed +88
-61
lines changed Expand file tree Collapse file tree 1 file changed +88
-61
lines changed Original file line number Diff line number Diff line change @@ -106,67 +106,94 @@ Coming Soon...
106106
107107```
108108├── 💽 TaskflowApplication
109- ├── 🗂️adapter
110- │ ├── 🗂️inbound
111- │ │ └── 📂security
112- │ │ └── 📂web
113- │ │ ├── admin
114- │ │ ├── auth
115- │ │ ├── dto
116- │ │ ├── example
117- │ │ ├── history
118- │ │ ├── label
119- │ │ ├── log
120- │ │ ├── member
121- │ │ ├── label
122- │ │ ├── notification
123- │ │ ├── statistics
124- │ │ └── task
125- │ │
126- │ └── 🗂️outbound
127- │ ├── 📂api
128- │ ├── 📂infrastructure
129- │ │ ├── elastic
130- │ │ ├── redis
131- │ │ ├── s3
132- │ │ └── sse
133- │ └── 📂️jwt
134- │ └── 📂️security
135- │ └── 📂persistense
136- │ ├── entity
137- │ │ ├── common
138- │ │ ├── log
139- │ │ ├── member
140- │ │ ├── notification
141- │ │ └── task
142- │ ├── mapper
143- │ │ └── common
144- │ └── repository
145- │ ├── log
146- │ ├── member
147- │ ├── notification
148- │ └── task
149- ├── 🗂️application
150- │ ├── 🗂️mapper
151- │ └── 🗂️port
152- │ │ ├── 📂inbound
153- │ │ └── 📂outbound
154- │ └── 🗂️service
155- ├── 🗂️common
156- │ └── 🗂️annotation
157- │ ├── 🗂️exception
158- │ └── 🗂️response
159- ├── 🗂️config
160- ├── 🗂️domain
161- │ └── 🗂️model
162- │ │ ├── 📂auth
163- │ │ ├── 📂common
164- │ │ ├── 📂log
165- │ │ ├── 📂member
166- │ │ ├── 📂notification
167- │ │ └── 📂task
168- │ └── 🗂️policy
169- └── 🗂️exception
109+ ├── 🗂️ adapter
110+ │ ├── 🗂️ inbound
111+ │ │ ├── 📂 security
112+ │ │ │ ├── filter
113+ │ │ │ ├── handler
114+ │ │ │ └── service
115+ │ │ ├── 📂 web
116+ │ │ │ ├── admin
117+ │ │ │ ├── auth
118+ │ │ │ ├── dto
119+ │ │ │ ├── example
120+ │ │ │ ├── history
121+ │ │ │ ├── label
122+ │ │ │ ├── log
123+ │ │ │ ├── member
124+ │ │ │ ├── notification
125+ │ │ │ ├── statistics
126+ │ │ │ ├── task
127+ │ │ │ └── xss
128+ │ ├── 🗂️ outbound
129+ │ │ ├── 📂 api
130+ │ │ │ ├── agit
131+ │ │ │ ├── data
132+ │ │ │ ├── email
133+ │ │ │ └── kakaoWork
134+ │ │ ├── 📂 infrastructure
135+ │ │ │ ├── elastic
136+ │ │ │ ├── redis
137+ │ │ │ ├── s3
138+ │ │ │ └── sse
139+ │ │ ├── 📂 jwt
140+ │ │ │ ├── access
141+ │ │ │ └── refresh
142+ │ │ └── 📂 persistence
143+ │ │ ├── entity
144+ │ │ ├── mapper
145+ │ │ └── repository
146+ ├── 🗂️ application
147+ │ ├── 🗂️ mapper
148+ │ │ └── response
149+ │ ├── 🗂️ port
150+ │ │ ├── 📂 inbound
151+ │ │ ├── 📂 outbound
152+ │ ├── 🗂️ service
153+ │ │ ├── admin
154+ │ │ ├── auth
155+ │ │ ├── history
156+ │ │ ├── label
157+ │ │ ├── log
158+ │ │ ├── member
159+ │ │ ├── notification
160+ │ │ ├── statistics
161+ │ │ ├── task
162+ │ │ └── webhook
163+ ├── 🗂️ common
164+ │ ├── 📂 annotation
165+ │ │ ├── architecture
166+ │ │ ├── jwt
167+ │ │ ├── log
168+ │ │ ├── swagger
169+ │ │ └── validation
170+ │ ├── 📂 constants
171+ │ └── 📂 utils
172+ ├── 🗂️ config
173+ │ ├── aop
174+ │ ├── async
175+ │ ├── elastic
176+ │ ├── jackson
177+ │ ├── jpa
178+ │ ├── mail
179+ │ ├── querydsl
180+ │ ├── s3
181+ │ ├── security
182+ │ ├── swagger
183+ │ └── web
184+ ├── 🗂️ domain
185+ │ ├── 📂 model
186+ │ │ ├── auth
187+ │ │ ├── common
188+ │ │ ├── log
189+ │ │ ├── member
190+ │ │ ├── notification
191+ │ │ └── task
192+ │ └── 📂 policy
193+ │ ├── member
194+ │ └── task
195+ └── 🗂️ exception
196+ └── 📂 code
170197```
171198
172199## 📜 Covention
You can’t perform that action at this time.
0 commit comments