<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>tech.riemann</groupId>
    <artifactId>etp-cloud</artifactId>
    <version>3.5.15</version>
  </parent>
  <artifactId>etp-cloud-flex</artifactId>
  <packaging>pom</packaging>
  <name>2.2 开发平台spring cloud项目 mybatis-flex 版</name>
  <description>mybatis-fles</description>
  <dependencies>
    <dependency>
      <groupId>com.mybatis-flex</groupId>
      <artifactId>mybatis-flex-spring-boot3-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.mybatis-flex</groupId>
      <artifactId>mybatis-flex-processor</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>