Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 253 Bytes

JDBC.md

File metadata and controls

14 lines (11 loc) · 253 Bytes

Build application's JDBC-based DAO

Maven dependencies

<dependency>
    <groupId>com.github.ddth</groupId>
    <artifactId>ddth-dao-jdbc</artifactId>
    <version>${ddth-dao-version}</version>
    <type>pom</type>
</dependency>

//TODO