Skip to content

Commit

Permalink
[test] 안녕하세요! 로 방명록 바꾸는 작업 진행
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Nov 11, 2024
1 parent f9a06d3 commit 45dd7c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void run(String... args) throws Exception {
user.getNickname(), user.getScore(), user.getProfile_img(), 0, user.getIntroduction());

userRepository.save(user);
guestBookService.saveGuestBook(user, "qwer" + i);
guestBookService.saveGuestBook(user, "안녕하세요!");

if (i % 50 == 0 && i != 0) {
userRepository.flush();
Expand Down

0 comments on commit 45dd7c8

Please sign in to comment.