n1tjrgns / tistory-comments

0 stars 0 forks source link

224 #7

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

JPA repository.save is Null (NullPointerException) - feat. @RunWith & @SpringBootTest & @DataJpaTest

JPA로 save 를 작성해보던 도중 @Autowired private UserRepository userRepository; @Test public void create(){ System.out.println(userRepository); User user = new User(); user.setAccount("TestUser01");..

https://n1tjrgns.tistory.com/224

JangHyeonJun2 commented 3 years ago

애너테이션을 추가해도... 널포인트가 뜨는데 어떻게 해결하셨나요../

n1tjrgns commented 3 years ago

해당 내용만으로는 파악하기 힘들것같네요..

2021년 1월 8일 (금) 오후 12:29, JangHyeonJun notifications@github.com님이 작성:

애너테이션을 추가해도... 널포인트가 뜨는데 어떻게 해결하셨나요../

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/n1tjrgns/tistory-comments/issues/7#issuecomment-756524333, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIG6LYUBVADTAIAN4TUXOB3SYZ3ZPANCNFSM4VZ35RRQ .