In-Memory Zookeeper

2018-12-10  本文已影响0人  antony已经被占用

内存数据库-h2

内存数据库对比
https://www.oschina.net/question/12_60371?fromerr=pdqVuV2O
http://www.h2database.com/html/features.html#compatibility

利用H2进行Spring DAO层单元测试
配置过程:spring
https://blog.csdn.net/alanzyy/article/details/51828922
数据准备:基于spring profile的数据源切换
https://blog.csdn.net/wjq008/article/details/73370330

spring集成dbunit的单元测试
@DatabaseSetup("classpath:database/datas.xml") //实际值
@ExpectedDatabase("classpath:database/admin-delete-result.xml") //期望值

ADD/DELETE/UPDATE
https://blog.csdn.net/qq_35927300/article/details/61919449

https://blog.csdn.net/fenglibing/article/details/16856363

非spring基于dbunit的测试

约束与限制
H2对MySQL的兼容性问题
同上。

如何web上看数据库内容 Web-based Console application
https://blog.csdn.net/chancein007/article/details/54344730

mysql 数据库内容转换成H2
https://blog.csdn.net/tree2016/article/details/51593188

多数据文件

上一篇 下一篇

猜你喜欢

热点阅读