Commit 92fea60
authored
refactor: 패키지 구조 정리 (#246)
* refactor: package 이름 변경
- configure -> config
* refactor: package 구조 변경
- 일부 패키지 global 이동
* refactor: test package 구조 변경
- 일부 패키지 global 이동 및 support 패키지
* refactor: package 구조 변경
* refactor: ExceptionMessage 도메인별 구분
* refactor: sonar qube 이슈 해결
* refactor: 불필요한 import 제거
* refactor: 불필요한 import 제거
* refactor: 불필요한 import 제거
* refactor: 불필요한 import 제거
* refactor: 불필요한 import 제거1 parent 66f747f commit 92fea60
File tree
225 files changed
+629
-597
lines changed- src
- main/java/com/somemore
- auth/jwt
- generator
- refresh/refresher
- validator
- center/controller
- community/controller
- develop/controller
- global
- auth
- annotation
- authentication
- controller
- cookie
- dto
- idpw
- filter
- provider
- jwt
- config
- domain
- exception
- filter
- generator
- parser
- refresh
- domain
- manager
- refresher
- repository
- service
- usecase
- validator
- oauth
- handler
- failure
- success
- service
- usecase
- redirect
- signout
- service
- usecase
- config
- exception
- handler
- imageupload
- converter
- dto
- service
- usecase
- util
- validator
- sse
- controller
- domain
- repository
- sender
- service
- subscriber
- usecase
- imageupload/usecase
- interestcenter/controller
- note/controller
- notification
- controller
- event
- converter
- handler
- recruitboard/controller
- review/controller
- sse/sender
- volunteerapply
- controller
- event
- service
- usecase
- volunteer
- controller
- domain
- dto/request
- service
- validator
- test/java/com/somemore
- center
- controller
- repository
- service
- command
- query
- community
- controller
- repository
- scheduler
- service
- board
- comment
- global
- auth
- cookie
- jwt/service
- imageupload
- service
- util
- validator
- sse
- repository
- sender
- service
- subscriber
- interestcenter
- controller
- converter
- handler
- repository
- service
- location
- repository
- service
- command
- query
- note
- controller
- repository
- service
- notification
- converter
- handler
- repository
- service
- recruitboard
- controller
- domain
- repository
- scheduler
- service
- command
- query
- review
- controller
- repository
- service
- support
- annotation
- fixture
- volunteerapply
- controller
- repository
- service
- volunteer
- controller
- domain
- repository
- service
- validator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
225 files changed
+629
-597
lines changedLines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments