Commit 58e74540 authored by zhangqingle's avatar zhangqingle

排除mybatisplus

parent a2e2a24a
......@@ -447,6 +447,12 @@
<groupId>com.zgiot.zx</groupId>
<artifactId>zx-common</artifactId>
<version>${zx.common.version}</version>
<exclusions>
<exclusion>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment