web3.0項目,tomcat9.0,自動生成web.xml文件html
按照mybatis配置,先自動生成dao層,更改相應信息web
我mybatis如何配置: http://www.javashuo.com/article/p-kvsibnpm-gs.htmlspring
一、web.xml配置以下tomcat
二、mybatis.xml配置以下mybatis
三、springMVC-servlet配置以下架構
四、applicationContext.xml配置以下app
五、jar包以下圖jsp
----視圖層,網頁jsp----發送請求到控制層 AccountAcion3d
----控制層發送到邏輯層AccountService作邏輯判斷,判斷過程當中調用持久層Dao中的映射接口,接口調用mapper層對應映射的xml文件,xml
----在service層把查詢到的數據返回到視圖層