mybatis-plus-ex
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.taowater</groupId> <artifactId>mybatis-plus-ex</artifactId> <version>0.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.taowater</groupId> <artifactId>mybatis-plus-ex-root</artifactId> <version>0.2.2</version> </parent> <artifactId>mybatis-plus-ex</artifactId> <version>0.2.2</version> <name>mybatis-plus-ex</name> <licenses> <license> <name>MIT License</name> <url>https://github.com/taowater/mybatis-plus-ex?tab=MIT-1-ov-file</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>io.github.taowater</groupId> <artifactId>mybatis-plus-ex-core</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>io.github.taowater</groupId> <artifactId>mybatis-plus-ex-spring</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-spring</artifactId> <version>${mybatis-plus.version}</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifactId> <version>2.1.2</version> </dependency> </dependencies> </project>