56 Star 272 Fork 51

恒宇少年/mybatis-enhance

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
恒宇少年 提交于 2021-08-04 17:17 +08:00 . :rocket:集成minbox sequence方式主键生成策略
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mybatis-enhance</artifactId>
<groupId>com.gitee.hengboy</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mybatis-enhance-core</artifactId>
<description>
The dependency is completely replaced by spring-mybatis,
Provide some single table Mapper mapping and SQLSource's reinitialization in the MappedStatement of method
Provider.
</description>
<packaging>jar</packaging>
<url>https://gitee.com/hengboy/mybatis-enhance</url>
<dependencies>
<!--MyBatis dependence-->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>${mybatis.version}</version>
</dependency>
<!--MyBatis With Spring dependence-->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>${mybatis.spring.version}</version>
</dependency>
<!--Spring JDBC dependence-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
<optional>true</optional>
</dependency>
<!--Lombok dependence-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>minbox-sequence</artifactId>
<version>${minbox-sequence.version}</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hengboy/mybatis-enhance.git
git@gitee.com:hengboy/mybatis-enhance.git
hengboy
mybatis-enhance
mybatis-enhance
master

搜索帮助