maven+spring mvc +mybatis+oracle集成

相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

applicationContext.xml

xmlns:xsi="/2001/XMLSchema-instance"

xmlns:mvc="/schema/mvc"

xmlns:aop="/schema/aop"

xmlns:tx="/schema/tx"

xmlns:context="/schema/context"

xsi:schemaLocation="/schema/mvc

/schema/mvc/spring-mvc-3.1.xsd

/schema/beans

/schema/beans/spring-beans-2.5.xsd

/schema/context

/schema/context/spring-context-2.5.xsd

/schema/tx

/schema/tx/spring-tx-2.5.xsd

/schema/aop

/schema/aop/spring-aop-2.5.xsd ">

oracle.jdbc.driver.OracleDriver

jdbc:oracle:thin:@192.168.1.2:1521:orcl

liuxing

liuxing

class="org.springframework.jdbc.datasource.DataSourceTransactionManager">

rollback-for="ng.Exception" />

dispatcher-servlet.xml

xmlns:xsi="/2001/XMLSchema-instance"

xmlns:aop="/schema/aop"

xmlns:tx="/schema/tx"

xmlns:context="/schema/context"

xsi:schemaLocation="

相关文档
最新文档