Hibernate三种连接池对比
摘要:1.C3P0 有评论说它的算法不是最优的,在同一项目中分别用了几个常用的Hibernate连接池配置,然后测试其性能,发现c3p0占用资源比较大,效率也不高; 2.DBCP 由于在Hibernate3.0中,已经不再支持dbcp了,Hibernate的作者在hibernate.org中,明确指出在实
阅读全文
posted @
2018-11-20 20:29
行走的大狮子
阅读(915)
推荐(0)
springboot报错The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone
摘要:mysql默认服务器时区问题:修改jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8为 jdbc:mysql://localhost:3306/test?serverTimezone=GMT%2B8&use
阅读全文
posted @
2018-11-14 15:03
行走的大狮子
阅读(6010)
推荐(0)