當(dāng)前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
ssh(Spring+Spring mvc+hibernate)——applicationContext.xml
生活随笔
收集整理的這篇文章主要介紹了
ssh(Spring+Spring mvc+hibernate)——applicationContext.xml
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
<?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:p="http://www.springframework.org/schema/p"xmlns:tx="http://www.springframework.org/schema/tx"xmlns:aop="http://www.springframework.org/schema/aop"xmlns:context="http://www.springframework.org/schema/context"xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsdhttp://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsdhttp://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsdhttp://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd" default-autowire="byName" default-lazy-init="true"><!-- 引用hibernate的數(shù)據(jù)源 --><bean id="sessionFactory"class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"><property name="configLocation"value="classpath:hibernate.cfg.xml"></property></bean><!-- 自動(dòng)掃描注解的bean --><context:component-scan base-package="org.service,org.dao,org.dao.impl,org.service.impl,org.action"/><!-- 配置事務(wù) --><bean id="txManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager"><property name="sessionFactory" ref="sessionFactory"></property></bean><!-- 增強(qiáng) --><tx:advice id="txAdvice" transaction-manager="txManager"><tx:attributes><tx:method name="add*" propagation="REQUIRED"/><tx:method name="save*" propagation="REQUIRED"/><tx:method name="update*" propagation="REQUIRED"/><tx:method name="del*" propagation="REQUIRED"/><tx:method name="get*" read-only="true"/><tx:method name="find*" read-only="true"/><tx:method name="query*" read-only="true"/><tx:method name="*"/></tx:attributes> </tx:advice><aop:config><aop:pointcut id="mycut" expression="execution(* org.service..*.*(..))" /><aop:advisor advice-ref="txAdvice" pointcut-ref="mycut"/></aop:config></beans>
總結(jié)
以上是生活随笔為你收集整理的ssh(Spring+Spring mvc+hibernate)——applicationContext.xml的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ssh(Spring+Spring mv
- 下一篇: 电脑很烂带不起来吃鸡怎么办?