11 2018 档案
Hibernate三种连接池对比
摘要:1.C3P0 有评论说它的算法不是最优的,在同一项目中分别用了几个常用的Hibernate连接池配置,然后测试其性能,发现c3p0占用资源比较大,效率也不高; 2.DBCP 由于在Hibernate3.0中,已经不再支持dbcp了,Hibernate的作者在hibernate.org中,明确指出在实 阅读全文
posted @ 2018-11-20 20:29 行走的大狮子 阅读(915) 评论(0) 推荐(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) 推荐(0)
Sringboot启动报错:An attempt was made to call the method org.apache.coyote.AbstractProtocol.setAcceptCount(I)V but it does not exist.
摘要:把eclipse设置的运行环境eclipse去掉,用springboot自带的tomcat,问题解决 阅读全文
posted @ 2018-11-14 11:05 行走的大狮子 阅读(7085) 评论(0) 推荐(0)