學習在IDEA中使用Mybatis(一)環境搭建及入門案例

一.前期準備 1.在maven中建立普通java項目 2.在pom.xml中添加打包方式 而後導入mybatis、mysql、log4j、Junit座標java <dependencies> <!-- 導入mybatis座標--> <dependency> <groupId>org.mybatis</groupId>
相關文章
相關標籤/搜索