# dbtest **Repository Path**: fartherp/dbtest ## Basic Information - **Project Name**: dbtest - **Description**: 数据层(dao)测试插件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-24 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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语句正确性 ```