開園這么多年了也沒寫幾篇文章,現(xiàn)在想想光看別人的也不行啊,咱也自己寫寫,就寫這天我我在做spring mvc與mybatis的集成時(shí)遇到的問題
1 spring與mybatis的集成
這個(gè)相信大家都弄過吧,不過我還是要說說.首先咱們得先把項(xiàng)目大體的架子搭起來,本人用的IDEA,廢話不多說來上圖
這是我的spring和mybatis的項(xiàng)目的結(jié)構(gòu),這我相信大家都能看明白,不用我多說什么.其實(shí)最主要的還是applicationContext.xml文件
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