Sping+SpingMVC+mybatis框架搭建(上中篇)

Mybatis(數據訪問層) 數據訪問的方式爲:controller-->service-->Dao接口-->Mybatis的xml文件;只是負責在Mybatis的xml中寫sql語句,不用知道是如何調用的,只需和Dao接口一一對應的建立,例如:UserDao.java------UserDao.xml. 1、Mybatis配置文件 在src下面創建:mybatis-mybatis-config.
相關文章
相關標籤/搜索