Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboysj authored Nov 28, 2024
1 parent fb848f2 commit ed9dd15
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,52 +466,3 @@ feat : κ΅¬ν˜„ν•œ λ‚΄μš©

```

### Directory Structure

```
src
β”œβ”€β”€ main
β”‚ β”œβ”€β”€ java
β”‚ β”‚ └── gigedi
β”‚ β”‚ └── dev
β”‚ β”‚ β”œβ”€β”€ domain
β”‚ β”‚ β”‚ β”œβ”€β”€ archive
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ api
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ application
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ dao
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domain
β”‚ β”‚ β”‚ β”‚ └── dto
β”‚ β”‚ β”‚ β”œβ”€β”€ auth
β”‚ β”‚ β”‚ β”œβ”€β”€ block
β”‚ β”‚ β”‚ β”œβ”€β”€ config
β”‚ β”‚ β”‚ β”œβ”€β”€ discord
β”‚ β”‚ β”‚ β”œβ”€β”€ figma
β”‚ β”‚ β”‚ β”œβ”€β”€ file
β”‚ β”‚ β”‚ β”œβ”€β”€ member
β”‚ β”‚ β”‚ └── shoot
β”‚ β”‚ β”œβ”€β”€ global
β”‚ β”‚ β”‚ β”œβ”€β”€ common
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ constants
β”‚ β”‚ β”‚ β”‚ └── response
β”‚ β”‚ β”‚ β”œβ”€β”€ config
β”‚ β”‚ β”‚ β”œβ”€β”€ error
β”‚ β”‚ β”‚ β”‚ └── exception
β”‚ β”‚ β”‚ β”œβ”€β”€ interceptor
β”‚ β”‚ β”‚ β”œβ”€β”€ security
β”‚ β”‚ β”‚ └── util
β”‚ β”‚ β”œβ”€β”€ infra
β”‚ β”‚ β”‚ └── config
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jwt
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ oauth
β”‚ β”‚ β”‚ β”‚ └── redis
β”‚ └── resources
β”‚ β”œβ”€β”€ application.yaml
β”‚ β”œβ”€β”€ application-local.yaml
β”‚ β”œβ”€β”€ application-dev.yaml
β”‚ β”œβ”€β”€ application-datasource.yaml
β”‚ β”œβ”€β”€ application-redis.yaml
β”‚ β”œβ”€β”€ application-log.yaml
β”‚ β”œβ”€β”€ application-security.yaml
β”‚ └── logback-spring.xml
```

0 comments on commit ed9dd15

Please sign in to comment.