is not current version
Last Version 1.1.4

com.gitee.hengboy:mybatis-enhance-core 1.0.0

由该依赖完全代替spring-mybatis, 提供一些单表的Mapper映射以及方法Provider的MappedStatement内SQLSource的重新定制初始化

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.gitee.hengboy
ArtifactId

ArtifactId

mybatis-enhance-core
Version

Version

1.0.0
Type

Type

jar

Download mybatis-enhance-core 1.0.0


<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/ -->
<dependency>
    <groupId>com.gitee.hengboy</groupId>
    <artifactId>mybatis-enhance-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation 'com.gitee.hengboy:mybatis-enhance-core:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation ("com.gitee.hengboy:mybatis-enhance-core:1.0.0")
'com.gitee.hengboy:mybatis-enhance-core:jar:1.0.0'
<dependency org="com.gitee.hengboy" name="mybatis-enhance-core" rev="1.0.0">
  <artifact name="mybatis-enhance-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='mybatis-enhance-core', version='1.0.0')
)
libraryDependencies += "com.gitee.hengboy" % "mybatis-enhance-core" % "1.0.0"
[com.gitee.hengboy/mybatis-enhance-core "1.0.0"]