https://github.com/dimasmith/dbunit-demo
Simple demo of using SpringBoot with DBUnit
https://github.com/dimasmith/dbunit-demo
Last synced: over 1 year ago
JSON representation
Simple demo of using SpringBoot with DBUnit
- Host: GitHub
- URL: https://github.com/dimasmith/dbunit-demo
- Owner: dimasmith
- Created: 2017-01-03T22:29:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T22:23:49.000Z (over 9 years ago)
- Last Synced: 2025-01-21T11:45:01.409Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dbunit demo
===========
Simple demo of SpringBoot and DBUnit integration.
See reference materials for details:
* [JPA Wikibook](https://en.wikibooks.org/wiki/Java_Persistence)
* [Spring Boot DBUnit tutorial](http://g00glen00b.be/testing-spring-data-repository/)
* [Spring Test DBUnit](https://github.com/springtestdbunit/spring-test-dbunit)