<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <groupId>com.yixsoft</groupId>
  <artifactId>yixsoft-batis-spring-boot-starter</artifactId>
  <version>1.0.17</version>
  <name>yixsoft-batis-srpingboot-autoconfigurer</name>
  <description>YixSoft MyBatis AutoSql Plugin</description>
  <url>https://gitee.com/yixsoft/yixsoft-autobatis/wiki/yixsoft-batis-spring-boot-starter</url>
  <licenses>
    <license>
      <name>MIT Licence</name>
      <url>https://gitee.com/yixsoft/yixsoft-autobatis/raw/master/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Astro Dai</name>
      <email>davepotter@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-spring-boot-starter</connection>
    <developerConnection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-spring-boot-starter</developerConnection>
    <tag>master</tag>
    <url>https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-spring-boot-starter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.yixsoft</groupId>
      <artifactId>yixsoft-batis</artifactId>
      <version>1.0.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mybatis</groupId>
      <artifactId>mybatis</artifactId>
      <version>[3.5.0,)</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
