프로그래밍/MyBatis
mybatis 초기설정
Youngs_
2021. 11. 25. 22:23
Window - Preferences - XML - XML Catalog 탭으로 이동
User Spectied Entries 클릭후 Add, 아래와같이 설정
Location : http://mybatis.org/dtd/mybatis-3-config.dtd
Key : -//mybatis.org/DTD Config 3.0//EN
https://donggeuri0320.tistory.com/entry/%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-MyBatis
(웹개발) - 이클립스 + 톰캣 + MyBatis 연동
#작업 환경 - Tomcat 7.0 - Oracle Database 10g Express Edtion - MyBatis-3.2.2 # 라이브러리 추가 # 이클립스 server.xml 설정 # 이클립스 context.xml 설정 # MyBatis config.xml 설정 # 라이브러리 추가 1...
donggeuri0320.tistory.com