Skip to content

5.0.1

Compare
Choose a tag to compare
@mingyang66 mingyang66 released this 20 Sep 05:11
· 179 commits to master since this release

基础库发布5.0.1
Bug Fixes

  1. 新增emily-spring-boot-parent module定义插件管理;
  2. StringUtils新增countOfContains方法计算字符串包含数量;
  3. emily-spring-boot-rateLimiter限流组件添加限流支撑能力;
  4. 全局异常处理组件对UndeclaredThrowableException捕获处理受检查异常抛出真实异常信息;
    <dependencyManagement>
        <dependencies>
            <dependency>
            <dependency>
                <groupId>io.github.mingyang66</groupId>
                <artifactId>emily-dependencies</artifactId>
                <version>5.0.1</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            </dependency>
        </dependencies>
    </dependencyManagement>