⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠ You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’

Excalidraw Data

Text Elements

Api module

Member Service

Api / Application Layer

Domain Layer

ex) Password Encoder Service

  1. Member Service에 비밀번호를 요청 ex) findMemberPassword() 2.Member의 비밀번호를 확인 ex) Password Encoder의 match() 3.Member의 비밀번호 변경을 요청 ex) memberUpdate()

1

2

3