드디어 대망의 회원가입 구현 시간! js restcontroller service 휴대폰 인증 내역을 가져온다 confrimDto confrimDto=confrimService.findConfrim(singupDto.getPhoneNum()); 휴대폰인증 시도가 있었는지 검사한다 if(confrimDto!=null) 인증한 휴대폰 번호와 일치하는지 검사한다 if(confrimDto.getPhoneNum().equals(singupDto.getPhoneNum())) 휴대폰 인증을 완료했는지 검사한다 if(confrimDto.getPhoneCheck()==yes) 중복되는 이메일이 아닌지 확인한다 if(confrimEmail(singupDto.getEmail())) db insert userDao.save(..