开源插件ACTable已经打包放到Maven中央仓库啦!

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sun5769675/article/details/78523011

开源插件ACTable(基于Mybatis开发的增强插件,实现自动建表、并支持共通CUDR)上线啦!

由于很多小伙伴在使用actable的时候都不得不下载源码,然后在本地install打包然后使用,所以最近我抽空,将其打包放在了maven中央仓库上,因此包的结构有所调整,引入方式如下:

pom.xml中引入

<dependency>
    <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
    <artifactId>mybatis-enhance-actable</artifactId>
    <version>1.0.1</version>
</dependency>

包名调整后的配置文档详情请参考该地址:https://gitee.com/sunchenbin/mybatis-enhance

猜你喜欢

转载自blog.csdn.net/sun5769675/article/details/78523011