国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術(shù)文章
文章詳情頁

Spring+SpringMVC+Hibernate整合實例講解

瀏覽:61日期:2023-09-17 08:21:13

使用Maven構(gòu)建項目,用pom.xml引入相應(yīng)jar,配置以下文件

創(chuàng)建spring.xml:

<?xml version='1.0' encoding='UTF-8'?><beans xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://www.springframework.org/schema/beans' xmlns:aop='http://www.springframework.org/schema/aop' xmlns:context='http://www.springframework.org/schema/context' xmlns:tx='http://www.springframework.org/schema/tx' 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-4.3.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.3.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd'> <!-- 整合Hibernate --> <context:property-placeholder location='classpath:db.properties'/> <bean name='dataSource' class='com.mchange.v2.c3p0.ComboPooledDataSource'> <property name='driverClass' value='${jdbc.driver}'/> <property name='jdbcUrl' value='${jdbc.url}'/> <property name='user' value='${jdbc.username}'/> <property name='password' value='${jdbc.password}'/> </bean> <bean name='sessionFactory' class='org.springframework.orm.hibernate5.LocalSessionFactoryBean'> <property name='dataSource' ref='dataSource'/> <property name='configLocation' value='classpath:hibernate.cfg.xml'/> <property name='mappingLocations' value='classpath:mapping/*.hbm.xml'></property> </bean> <bean name='hibernateTransactionManager' class='org.springframework.orm.hibernate5.HibernateTransactionManager'> <property name='sessionFactory' ref='sessionFactory'></property> </bean> <tx:advice transaction-manager='hibernateTransactionManager'></tx:advice> <aop:config> <aop:pointcut expression='execution(* com.forum.service.*.*(..))' /> <aop:advisor advice-ref='txAdvice' pointcut-ref='pointCut'/> </aop:config> <context:component-scan base-package='com.forum'> <context:exclude-filter type='annotation' expression='org.springframework.stereotype.Controller'/> </context:component-scan></beans>

創(chuàng)建springmvc.xml

<?xml version='1.0' encoding='UTF-8'?><beans xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://www.springframework.org/schema/beans' xmlns:aop='http://www.springframework.org/schema/aop' xmlns:context='http://www.springframework.org/schema/context' xmlns:mvc='http://www.springframework.org/schema/mvc' xsi:schemaLocation='http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd 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-4.3.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.3.xsd'> <!-- 配置MessageConvertor --> <bean class='org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter'> <property name='messageConverters'> <list><bean class='org.springframework.http.converter.json.MappingJackson2HttpMessageConverter'> <property name='supportedMediaTypes'> <list> <value>application/json;charset=utf-8</value> </list> </property></bean> </list> </property> </bean> <!-- 配置模板引擎 --> <bean name='templateResolver' class='org.thymeleaf.spring5.templateresolver.SpringResourceTemplateResolver'> <property name='prefix' value='/WEB-INF/views/'/> <property name='suffix' value='.html'/> <property name='templateMode' value='HTML'/> <property name='cacheable' value='false'/> <property name='characterEncoding' value='UTF-8'/> </bean> <bean name='templateEngine' class='org.thymeleaf.spring5.SpringTemplateEngine'> <property name='templateResolver' ref='templateResolver'/> </bean> <bean class='org.thymeleaf.spring5.view.ThymeleafViewResolver'> <property name='templateEngine' ref='templateEngine'/> <property name='characterEncoding' value='utf-8'/> </bean> <mvc:annotation-driven></mvc:annotation-driven> <mvc:default-servlet-handler/> <context:component-scan base-package='com.forum'> <context:include-filter type='annotation' expression='org.springframework.stereotype.Controller'/> </context:component-scan></beans>

創(chuàng)建hibernate.cfg.xml

<?xml version='1.0' encoding='UTF-8'?><!DOCTYPE hibernate-configuration PUBLIC '-//Hibernate/Hibernate Configuration DTD 3.0//EN' 'http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd'><hibernate-configuration> <session-factory> <!-- 設(shè)置方言 --> <property name='dialect'>org.hibernate.dialect.MySQL5InnoDBDialect</property> <!-- 配置生成SQL的打印 --> <property name='hibernate.show_sql'>true</property> <property name='hibernate.format_sql'>true</property> <!-- 設(shè)置自動生成表 --> <property name='hibernate.hbm2ddl.auto'>update</property> <property name='hibernate.connection.isolation'>4</property> </session-factory></hibernate-configuration>

創(chuàng)建db.properties

jdbc.driver=com.mysql.cj.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/數(shù)據(jù)庫名jdbc.username='' #這里自己填寫 jdbc.password='' #這里自己填寫

整合SSH的配置文件已經(jīng)完成

到此這篇關(guān)于Spring+SpringMVC+Hibernate整合實例講解的文章就介紹到這了,更多相關(guān)Spring+SpringMVC+Hibernate整合內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 国产成人资源 | 国产欧美日韩高清专区手机版 | 国内自拍第1页 | 亚洲 欧美 国产 日韩 制服 bt | 久草视频在线播放 | 国产美女一区二区在线观看 | 亚洲综合色一区二区三区另类 | 国产成人深夜福利短视频99 | 免费观看日本视频 | 久久橹 | 国产精品久久一区二区三区 | 91精品国产综合久久香蕉 | 成年人在线免费观看网站 | 亚洲国产成人影院播放 | 亚洲第一页在线视频 | 亚洲国产精品第一区二区三区 | 久久99热成人精品国产 | 成人久久18免费网站游戏 | 日本欧美色 | 毛片大片免费看 | 亚洲精品一区亚洲精品 | 精品国产一区二区三区久久影院 | 男人天堂avav | 国产永久高清免费动作片www | 亚洲韩精品欧美一区二区三区 | 亚洲精品理论 | 欧美综合自拍亚洲综合百度 | 久色国产| 在线观看视频99 | 亚洲精品无码不卡在线播放he | 美女很黄很黄是免费的·无遮挡网站 | 欧美一区二 | 亚洲一级毛片免观看 | 国产精品特黄毛片 | 国产成人免费片在线视频观看 | 日韩视频观看 | 美女视频永久黄网站在线观看 | 日本精品1在线区 | 超清波多野结衣精品一区 | 理论片我不卡在线观看 | 高清在线一区二区三区亚洲综合 |