開(kāi)園這么多年了也沒(méi)寫(xiě)幾篇文章,現(xiàn)在想想光看別人的也不行啊,咱也自己寫(xiě)寫(xiě),就寫(xiě)這天我我在做spring mvc與mybatis的集成時(shí)遇到的問(wèn)題

1 spring與mybatis的集成

這個(gè)相信大家都弄過(guò)吧,不過(guò)我還是要說(shuō)說(shuō).首先咱們得先把項(xiàng)目大體的架子搭起來(lái),本人用的IDEA,廢話(huà)不多說(shuō)來(lái)上圖

iOS培訓(xùn),Swift培訓(xùn),蘋(píng)果開(kāi)發(fā)培訓(xùn),移動(dòng)開(kāi)發(fā)培訓(xùn)

這是我的spring和mybatis的項(xiàng)目的結(jié)構(gòu),這我相信大家都能看明白,不用我多說(shuō)什么.其實(shí)最主要的還是applicationContext.xml文件

iOS培訓(xùn),Swift培訓(xùn),蘋(píng)果開(kāi)發(fā)培訓(xùn),移動(dòng)開(kāi)發(fā)培訓(xùn)

 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" 4     xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop" 5     xsi:schemaLocation="http://www.springframework.org/schema/beans 6         http://www.springframework.org/schema/beans/spring-beans.xsd 7         http://www.springframework.org/schema/aop 8         http://www.springframework.org/schema/aop/spring-ao
        
		

網(wǎng)友評(píng)論