5.0.0
Bug Fixes
- 新增emily-spring-boot-transfer模块,提供对feign的支持;
- emily-spring-boot-core模块移除emily-spring-boot-logger日志依赖引用;
- 移除BeanFactoryUtils工具类;
- 新增spring-cloud-dependencies依赖管理,去掉consul相关依赖管理;
- emily-spring-boot-starter中RestTemplate拦截器迁移到emily-spring-boot-transfer
- 新增emily-spring-boot-validation模块并将emily-spring-boot-starter中valid校验迁移到此模块;
- emily-spring-boot-core deleted common-io dependency;
- emily-spring-boot-starter add common-io dependency;
- 新增emily-spring-boot-web module并且将emily-spring-boot-starter中请求响应全局处理迁移过来;
- 新增emily-spring-boot-tracing链路追踪模块;
- 将emily-spring-boot-core重命名为emily-spring-boot-aop;
- emily-dependencies添加knife4j-openapi2-spring-boot-starter依赖管理;
- 新增emily-spring-boot-rateLimiter限流组件模块;
- emily-spring-boot-web中新增emily-spring-boot-aop依赖;
Dependency Upgrades
- Upgrade to springboot 3.3.3;
<dependencyManagement>
<dependencies>
<dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-dependencies</artifactId>
<version>5.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependency>
</dependencies>
</dependencyManagement>