Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyukjinKimm authored Jul 9, 2024
1 parent d3332cb commit f65845e
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,73 @@

<br>

## 폴더 구조
```
├─main
│ ├─java
│ │ └─com
│ │ └─donkeys_today
│ │ └─server
│ │ ├─application
│ │ │ ├─auth
│ │ │ └─user
│ │ │ └─sterategy
│ │ ├─common
│ │ │ └─constants
│ │ ├─domain
│ │ │ ├─alarm
│ │ │ ├─diary
│ │ │ ├─reply
│ │ │ └─user
│ │ ├─infrastructure
│ │ │ └─redis
│ │ ├─presentation
│ │ │ └─user
│ │ │ └─dto
│ │ │ ├─requset
│ │ │ └─response
│ │ └─support
│ │ ├─auditing
│ │ ├─config
│ │ ├─dto
│ │ │ └─type
│ │ ├─exception
│ │ ├─feign
│ │ │ ├─apple
│ │ │ ├─config
│ │ │ ├─dto
│ │ │ │ └─response
│ │ │ │ ├─apple
│ │ │ │ ├─google
│ │ │ │ └─kakao
│ │ │ ├─google
│ │ │ └─kakao
│ │ ├─jwt
│ │ └─security
│ │ ├─auth
│ │ ├─config
│ │ └─filter
│ └─resources
│ ├─static
│ │ └─apple
│ └─templates
└─test
└─java
├─com
│ └─donkeys_today
│ └─server
│ ├─application
│ │ └─jwt
│ └─docs
│ └─user
└─resources
└─org
└─springframework
└─restdocs
└─templates
```


## Architecture ✨

<div align=center>
Expand All @@ -35,6 +102,7 @@

<br>


## ERD ✨


Expand Down

0 comments on commit f65845e

Please sign in to comment.