Skip to content

5.6.6 增强MapperUtils支持指定映射关系、增强@include(id="sqlId")动态根据方言获取id

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 14 May 03:19
· 193 commits to 5.6 since this release

1、增强MapperUtils支持指定映射关系
2、增强@include(id="sqlId")动态根据方言获取id,如sqlId_mysql

请根据需要进行升级

<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy</artifactId>
        <!-- jdk8 对应的版本号为:5.6.6.jre8 -->
	<version>5.6.6</version>
</dependency>

<!-- springboot  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-spring-starter</artifactId>
        <!-- jdk8 对应的版本号为:5.6.6.jre8 -->
	<version>5.6.6</version>
</dependency>

<!-- solon 插件  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
        <!-- jdk8 对应的版本号为:5.6.6.jre8 -->
	<version>5.6.6</version>
</dependency>