ebatis-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot-starter</artifactId>
<version>7.5.1.12.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ebatis-spring-boot</artifactId>
<groupId>io.manbang</groupId>
<version>7.5.1.12.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ebatis-spring-boot-starter</artifactId>
<dependencies>
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-core</artifactId>
</dependency>
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot-autoconfigure</artifactId>
</dependency>
</dependencies>
</project>