forked from Fastcampus-Final-Team3/jober-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
예외 처리 수정 및 update 메서드 매개변수 수정 완료 (Fastcampus-Final-Team3#176)
* refactor : Exception Handler & API 응답 클래스 리팩토링으로 인한 예외 처리 수정 (Fastcampus-Final-Team3#175) * refactor : Exception Handler & API 응답 클래스 리팩토링으로 인한 예외 처리 수정 (Fastcampus-Final-Team3#175) * refactor : 예외 처리 변경으로 인한 불 필요한 클래스 삭제 (Fastcampus-Final-Team3#175) * refactor : entity 클래스에서 update 메서드의 인자를 dto 클래스로 변경 (Fastcampus-Final-Team3#175)
- Loading branch information
Showing
65 changed files
with
137 additions
and
1,293 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
src/main/java/com/javajober/backgroundSetting/controller/BackgroundSettingController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
src/main/java/com/javajober/backgroundSetting/service/BackgroundSettingService.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/java/com/javajober/blockSetting/controller/BlockSettingController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
src/main/java/com/javajober/core/error/GlobalValidationHandler.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
src/main/java/com/javajober/core/error/exception/Exception400.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/java/com/javajober/core/error/exception/Exception401.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/main/java/com/javajober/core/error/exception/Exception403.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/main/java/com/javajober/core/error/exception/Exception404.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/main/java/com/javajober/core/error/exception/Exception500.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.