内容简介:ApiBoot其实在前两天就已经发布了新版本,耽误了两天公布,主要的原因是在编写 ApiBoot Admin,一款基于 ApiBoot+Vue+Element的前后端分离脚手架,目的是用来演示 ApiBoot内的各个组件使用的正确姿势。 ApiBoot是...
ApiBoot其实在前两天就已经发布了新版本,耽误了两天公布,主要的原因是在编写 ApiBoot Admin,一款基于 ApiBoot+Vue+Element
的前后端分离脚手架,目的是用来演示 ApiBoot
内的各个组件使用的正确姿势。
ApiBoot是什么?
ApiBoot
是接口服务的落地解决方案,依赖于 SpringBoot
,提供了一系列开箱即用的组件,通过封装来简化主流第三方框架的集成,从而提高开发者 开发效率
、 学习成本
、 降低入门门槛
,真正的实现 开箱即用
。
如果你想要系统的学习
ApiBoot
可以访问我的博客文章 ApiBoot开源框架各个组件的系列使用文章汇总,或者官方文档 http://apiboot.minbox.io
更新日志✨
-
支持自定义认证服务器OAuth2认证失败时响应内容,详见:I17O6B
-
回退fastJson版本为1.2.60
-
升级分布式链路日志minbox-logging为1.0.3.RELEASE
-
提供自定义认证失败使用示例,CustomAuthorizationDeniedResponse
-
提供默认
AuthorizationDeniedResponse
默认实现DefaultAuthorizationDeniedResponse -
修复minbox-logging采集日志发生位置错误问题
-
统一部分源码类上的注释格式
-
ApiBoot提供
WebResponseExceptionTranslator
实现类ApiBootWebResponseExceptionTranslator ,用于处理OAuth2Exception异常。
官方文档 & 源码
- 官方文档:http://apiboot.minbox.io
- 示例源码:https://gitee.com/minbox-projects/api-boot-chapter
- 码云:https://gitee.com/minbox-projects/api-boot
- GitHub:https://github.com/hengboy/api-boot
请给我支持
ApiBoot
框架目前是由恒宇少年 - 于起宇编写并开源,请给我一定的支持,让我坚持去下,为开源做贡献。
- 请给
ApiBoot
源码仓库点个Star
,Watching
后可以收到每次发版的通知。 - Gitee
- GitHub
- 请给文章示例源码点个
Star
- Gitee:https://gitee.com/minbox-projects/api-boot-chapter
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms Sequential & Parallel
Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95
With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!