분류 전체보기 423

[jsp] 로그인/회원가입 4. DB 연결

1. orm 패키지에 mybatisConfig이름을 가진 xml을 생성 - mybatis에서 가져오기 https://mybatis.org/mybatis-3/ko/getting-started.html MyBatis – 마이바티스 3 | 시작하기 mybatis.org 가져와서 변경 + 설정! 2. mappers 패키지에 memberMapper.xml 생성 - 위랑 같이 mybatis에서 가져오기 가져와서 변경 + 설정! 3. orm패키지에 DatabaseBuilder클래스 생성 package orm; import java.io.IOException; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSessionFactory..

JSP/JSP 공부 2023.05.12