博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring applicationContext.xml和hibernate.cfg.xml设置
阅读量:6258 次
发布时间:2019-06-22

本文共 2255 字,大约阅读时间需要 7 分钟。

applicationContext.xml配置

${jdbc.driverClass}
${jdbc.url}
${jdbc.userName}
${jdbc.password}
${jdbc.initialPoolSize}
${jdbc.maxPoolSize}
${hibernate.cfg.xml}
${hibernate.hbm.xml}

 

hibernate.cfg.xml配置

org.hibernate.dialect.MySQL5InnoDBDialect
update
true
true

 

1
2
3
4
5
6
7
8
9
10
11
12
<?xml version=
'1.0' 
encoding=
'utf-8'
?>
<!DOCTYPE hibernate-configuration PUBLIC
        
"-//Hibernate/Hibernate Configuration DTD//EN"
        
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"
>
<hibernate-configuration>
    
<session-factory>
        
<property name=
"hibernate.dialect"
>org.hibernate.dialect.MySQL5InnoDBDialect<
/property
>
        
<property name=
"hibernate.hbm2ddl.auto"
>update<
/property
>
        
<property name=
"hibernate.show_sql"
>
true
<
/property
>
        
<property name=
"hibernate.format_sql"
>
true
<
/property
>
    
<
/session-factory
>
<
/hibernate-configuration
>

 

本文出自 “” 博客,请务必保留此出处

   
0人
了这篇文章
类别: ┆阅读(
2)┆评论(
0) ┆ ┆ 删除 ┆ ┆
上一篇

相关文章

职位推荐

文章评论

 
 

发表评论            

昵  称:
主  页:
验证码:

请点击后输入验证码

内  容:
 

同时赞一个

返回顶部

转载于:https://www.cnblogs.com/dongblogs/p/6253546.html

你可能感兴趣的文章
软件项目管理课感想
查看>>
【转载】APK反破解之四:Android代码动态加载技术
查看>>
(转)iOS Wow体验 - 第三章 - 用户体验的差异化策略
查看>>
vsftp配置大全---超完整版
查看>>
继:我朝特有需求之--英文字符占 0.5 个,中文字符占 1 个
查看>>
关于 Overtrue 的拼音库 overtrue/pinyin 为何 travis 为 error
查看>>
ASP.NET Word/Excel 权限问题
查看>>
IOS 3D UI --- CALayer的transform扩展
查看>>
img绝对定位在div中间,img上下稍微移动问题
查看>>
前序遍历构造已知二叉树(二叉链表实现)(Java)
查看>>
查看CentOS版本
查看>>
关于VS 中 HttpHandler 的设置 500.23
查看>>
19.04.27--作业 打字游戏
查看>>
连接Access数据库的DAL层操作代码
查看>>
mysql重置auto_increment字段
查看>>
MySQL的优化
查看>>
bzoj1702[Usaco2007 Mar]Gold Balanced Lineup 平衡的队列*
查看>>
分享到
查看>>
OpenCV Error: Assertion failed (data0.dims <= 2 && type == 5 && K > 0) in cv::kmeans
查看>>
【开篇】洛神赋
查看>>