Skip to content

Commit

Permalink
hotfix: majorId 제거
Browse files Browse the repository at this point in the history
작동을 아예 안 하는 문제가 생겨 실제로 사용하지 않는 필드를 삭제하였습니다
  • Loading branch information
ori0o0p committed Aug 21, 2024
1 parent 063a20f commit 2f25d4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

@ConfigurationProperties(prefix = "default.major")
public record DefaultMajorProperties(
String majorId,
String name
) {
}
1 change: 0 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ app:

default:
major:
major-id: ${MAJOR_ID}
name: ${MAJOR_NAME}
profile:
image-url: ${DEFAULT_PROFILE_IMAGE}

0 comments on commit 2f25d4e

Please sign in to comment.