flood-db-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-db-jdbc</artifactId>
<version>2.7.14.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>flood-db</artifactId>
<groupId>io.github.mmdai</groupId>
<version>2.7.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>flood-db-jdbc</artifactId>
<dependencies>
<!-- Druid 数据连接池依赖 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>${druid.version}</version>
</dependency>
<!-- mybatis 依赖 -->
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-db-mybatis</artifactId>
<version>${flood.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>
</project>