본문 바로가기

Spring/서브 프로젝트

회원가입 ID 중복 체크 / Form 값 입력 확인

728x90

우선 jquery-3.5.1을 다운하기 위해 해당 사이트에 접속합니다.

( jquery.com/ )

 

위 사진의 Download jQuery를 클릭합니다.

다음으로 아래의 Download the compressed, production jQuery 3.5.1을 클릭합니다.

 

그럼 아래와 같이 뜨는데 이 코드를 다른이름으로 저장 후 아래와 같이 이클립스 내 js폴더를 만들어 넣어줍니다.

 

다음으로 JoinForm.jsp를 수정합니다.

 

● UserController.java

 

● UserDAO.java

 

● UserDAOImpl.java

 

● UserService.java

 

● UserServiceImpl.java

 

● user-mapper.xml

 

● pom.xml

 

그 후 실행하여 확인합니다.