https://github.com/fartherp/dbtest
数据层(dao)测试插件
https://github.com/fartherp/dbtest
dbunit spring-jdbc spring-test
Last synced: 8 months ago
JSON representation
数据层(dao)测试插件
- Host: GitHub
- URL: https://github.com/fartherp/dbtest
- Owner: fartherp
- License: apache-2.0
- Created: 2017-11-15T07:57:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:05:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T21:35:59.691Z (over 1 year ago)
- Topics: dbunit, spring-jdbc, spring-test
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dao层测试
[](https://travis-ci.org/fartherp/dbtest)
[](https://coveralls.io/github/fartherp/dbtest?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/dbtest/)
[](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/dbtest/)
[](https://github.com/fartherp/dbtest/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://www.openhub.net/p/fartherp-dbtest)
[](https://sonarcloud.io/dashboard?id=fartherp_dbtest)
1. 目前支持mysql-connector-java.5.X.X
## spring测试dao单侧 [dbtest-spring](https://github.com/fartherp/dbtest/tree/master/dbtest-spring)
```
使用spring配置文件XML做dao层单侧,验证sql语句正确性
```
## spring-boot测试dao单侧 [dbtest-spring-boot](https://github.com/fartherp/dbtest/tree/master/dbtest-spring-boot)
```
使用spring-boot做dao层单侧,验证sql语句正确性
```