2017年8月9日

hibernate插入数据测试无异常,但数据库没有数据

摘要: 解决方法: spring test测试默认会将事务回滚,如果想阻止spring transactional回滚,在test方法上加注解@Rollback(false)即可。 Hibernate hql getHibernateTemplate()常用方法汇总 getHibernateTemplate 阅读全文

posted @ 2017-08-09 15:46 让代码飞 阅读(231) 评论(0) 推荐(0) 编辑

spring+hibernate单元测试案例

摘要: 1,maven创建web工程 2,导入相关依赖 pom.xml 3,配置相关文件 (1) db.properties db.user=rootdb.url=jdbc\:mysql\://localhost\:3306/test?useUnicode\=true&characterEncoding\= 阅读全文

posted @ 2017-08-09 09:47 让代码飞 阅读(2095) 评论(0) 推荐(0) 编辑

导航

一款免费在线思维导图工具推荐:https://www.processon.com/i/593e9a29e4b0898669edaf7f?full_name=python