Skip to content

Commit

Permalink
Merge pull request #64 from 0702Yoon/main
Browse files Browse the repository at this point in the history
상수 변경
  • Loading branch information
0702Yoon authored Aug 13, 2024
2 parents e1738e6 + 1df59ab commit 98f6712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public CommandLineRunner loadData(MemberRepository memberRepository, Affiliation
admin.setEmail("[email protected]");
admin.setUsername("admin");
memberRepository.save(admin);
Affiliation affiliation = affiliationRepository.findByAffiliationName("융소")
Affiliation affiliation = affiliationRepository.findByAffiliationName("응용소프트웨어전공")
.orElseThrow(() -> new IllegalArgumentException("잘못된 소속 이름입니다."));

// AffiliationMember 엔티티 생성
Expand Down

0 comments on commit 98f6712

Please sign in to comment.