美文网首页我爱编程Java
spring-content.xml配置(application

spring-content.xml配置(application

作者: Xr丶_c967 | 来源:发表于2017-12-04 12:33 被阅读0次

<?xml version="1.0"

 encoding="UTF-8"?>

<beans  xmlns="http://www.springframework.org/schema/beans"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:context="http://www.springframework.org/schema/context"

xmlns:tx="http://www.springframework.org/schema/tx"

xmlns:aop="http://www.springframework.org/schema/aop"

xsi:schemaLocation="http://www.springframework.org/schema/beans

http://www.springframework.org/schema/beans/spring-beans.xsd

http://www.springframework.org/schema/context

http://www.springframework.org/schema/context/spring-context.xsd

http://www.springframework.org/schema/tx

http://www.springframework.org/schema/tx/spring-tx.xsd

http://www.springframework.org/schema/aop

http://www.springframework.org/schema/aop/spring-aop.xsd

">

//注解文件的自动扫描  和 数据库连接池

//获取连接   与mapper的映射

  //事务

相关文章

网友评论

    本文标题:spring-content.xml配置(application

    本文链接:https://www.haomeiwen.com/subject/jrsubxtx.html