Skip to content

5.6.27 修复StringUtil.firstToLowerCase单字符处理缺陷

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 16 Oct 06:11
· 74 commits to 5.6 since this release

1、修复StringUtil.firstToLowerCase单字符处理缺陷

感谢:俊华的反馈

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

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

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