ApiBoot v2.3.1 版本发布,新特性、Fix Bugs 两不误
ApiBoot是什么?
ApiBoot是接口服务的落地解决方案,基于SpringBoot编写,可以认为是提供了一系列开箱即用的Starter,通过封装来简化主流第三方框架的集成,从而提高开发者开发效率、学习成本、降低入门门槛,真正的实现开箱即用。
官方文档 & 源码
- 官方文档:https://apiboot.minbox.org
- GitHub:https://github.com/minbox-projects/api-boot
- 码云:https://gitee.com/minbox-projects/api-boot
- 脚手架:https://gitee.com/minbox-projects/api-boot-admin (
基于 “ApiBoot” 的前后分离管理平台基础解决方案脚手架示例) - 使用源码:https://gitee.com/minbox-projects/api-boot-chapter
v2.3.1更新内容:
✨ New Features
- [ #56 ] "ApiBoot Logging"、"ApiBoot Logging Admin" 不再需要手动添加
@EnableLoggingClient、@EnableLoggingAdmin注解。 - [ #57 ] 集成 "message-pipe" 分布式顺序消费管道框架
- [ #59 ] 添加LoggingFactoryBeanCustomizers类来集合注入LoggingFactoryBeanCustomizer实例
🐛 Fix Bugs
- [ #46 ] 使用2.3.0版本的Security OAuth2组件时配置"ignore-urls"后启动时报错
- [ #54 ] 项目中不集成
MongoDB时,启动抛出找不到MongoSetting相关异常
⬆️ Dependency Upgrades
- 升级SpringBoot版本为 2.3.3.RELEASE
- 升级Spring版本为 5.2.8.RELEASE
- 升级MinBox Parent版本为 1.0.1.RELEASE