-
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.
Browse files
Browse the repository at this point in the history
* [feat] #265 - Enum Custom Converter 구현 및 기타 작업 완료 (#266) * [#256] refactor: 생성자 private로 변경 * [#256] fix: 오탈자 수정 * [#256] test(GuestBookingServiceConcurrencyTest): 변경된 필드 테스트에 반영 * [#256] feat: enum custom converter 구현 * [#256] fix(PerformanceImage): 테이블명과 겹치지 않게 공연이미지 변수명 수정 * [#256] feat(GlobalExceptionHandler): MethodArgumentTypeMismatchException handler 등록 * [#256] fix(Performance): 자료형을 tinytext에서 longtext로 수정 * [#268] fix: 모든 클래스의 이름을 FQN 형식으로 API 문서에 표시하도록 변경 * [#268] chore(Performance): 쓰지 않는 import문 삭제
- Loading branch information
1 parent
fa9cd6a
commit b2825b2
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,4 +80,7 @@ cors: | |
|
||
app: | ||
server: | ||
url: ${DEV_SERVER_URL} | ||
url: ${DEV_SERVER_URL} | ||
|
||
springdoc: | ||
use-fqn: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,4 +80,7 @@ cors: | |
|
||
app: | ||
server: | ||
url: ${PROD_SERVER_URL} | ||
url: ${PROD_SERVER_URL} | ||
|
||
springdoc: | ||
use-fqn: true |
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