Ajax로 아이디 중복 처리 join.jsp 회원가입 아이디를 입력하세요. LoginController.java 수정 join 및 아이디 중복 처리기능 추가 package com.knowhoon.web; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import..