framework-data-mybatis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.caijh.framework</groupId>
<artifactId>framework-data-mybatis</artifactId>
<version>2.3.2-0.0.3</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>framework-parent</artifactId>
<groupId>com.github.caijh.framework</groupId>
<version>2.3.2-0.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>framework-data-mybatis</artifactId>
<properties>
<mybatis.plus.version>3.4.1</mybatis.plus.version>
</properties>
<dependencies>
<dependency>
<groupId>com.github.caijh.framework</groupId>
<artifactId>framework-core</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatis.plus.version}</version>
</dependency>
</dependencies>
</project>