Skip to content

Commit

Permalink
[core] update: User > onCreate() 시 프로필 디폴트 이미지 삽입
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeJiiii authored and gdtknight committed Oct 5, 2023
1 parent 74dddfd commit 55022ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/src/main/java/kr/joberchip/core/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class User {
@PrePersist
protected void onCreate() {
nickname = username;
profileImageLink = "https://joberchip-s3.s3.ap-northeast-2.amazonaws.com/default_profile.png";
}

@Override
Expand Down

0 comments on commit 55022ff

Please sign in to comment.