An open API service indexing awesome lists of open source software.

https://github.com/fartherp/dbtest

数据层(dao)测试插件
https://github.com/fartherp/dbtest

dbunit spring-jdbc spring-test

Last synced: 8 months ago
JSON representation

数据层(dao)测试插件

Awesome Lists containing this project

README

          

# dao层测试
[![Build Status](https://travis-ci.org/fartherp/dbtest.svg?branch=master)](https://travis-ci.org/fartherp/dbtest)
[![Coverage Status](https://coveralls.io/repos/github/fartherp/dbtest/badge.svg?branch=master)](https://coveralls.io/github/fartherp/dbtest?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/dbtest/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/dbtest/)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.fartherp/dbtest.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/dbtest/)
[![GitHub release](https://img.shields.io/github/release/fartherp/dbtest.svg)](https://github.com/fartherp/dbtest/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Project Stats](https://www.openhub.net/p/fartherp-dbtest/widgets/project_thin_badge.gif)](https://www.openhub.net/p/fartherp-dbtest)
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=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语句正确性
```