内容简介:Jboot 一个更简单的分布式、微服务框架。 Jboot是一个基于 JFinal、JFinal-Undertow、Dubbo、Seata、Sentinel、ShardingSphere、Nacos 等开发的微服务框架,帮助开发者降低微服务、分布式开发门槛。爽爽开发,快乐...
Jboot 一个更简单的分布式、微服务框架。
Jboot是一个基于 JFinal、JFinal-Undertow、Dubbo、Seata、Sentinel、ShardingSphere、Nacos 等开发的微服务框架,帮助开发者降低微服务、分布式开发门槛。爽爽开发,快乐生活。
到目前为止,Jboot 已经开源超过了 5 年的时间,迭代了 200+ 个版本,已经被超过 1000+ 公司在使用,其中包含了多个知名的上市公司,我们了解到的多个使用 Jboot 开发的产品,用户量超过 1亿 以上。
Jboot v3.11.0 更新内容如下:
- 新增:SqlDebugPrinter 新增是否打印 SQL 的独立开关
- 新增:新增更多的 JbootApplication.createServer(...) 方法
- 新增:Columns.containsName() 方法
- 新增:SqlDebugger 新增对 Sql 输出到日志的实现方案,只要只有接口需要自己实现
- 优化:捕获 ScheduledThreadPoolExecutor 所有业务异常,防止其意外终止调度
- 优化:PaginateDirectiveBase,当其有数据的时候,显示分页内容
- 优化:ClassScanner,新增某些排除对象
- 优化:删除 CacheableInterceptor 一些不必要的 debug 信息
- 优化:升级JFinal、Jedis、Naocs、Dubbo 等到最新版本
- 修复:AttachmentManager.use(name) 无法使用的问题
Jboot 开发文档:
同时,Jboot 官方也推出了收费的、企业级快速开发框架 JbootAdmin (如下图所示),真诚的为各位开发者提供一站式、保姆式服务。请咨询海哥。
更多关于 JbootAdmin 请参考:http://jboot.io/jbootadmin/feature.html
Maven 依赖:
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.11.2</version>
</dependency>
Hello World:
@RequestMapping("/")
public class HelloWorld extends JbootController {
public void index(){
renderText("hello world");
}
public static void main(String[] args){
JbootApplication.run(args);
}
}
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- jboot 1.0-alphpa1 发布,类似 springboot 的开源框架
- jboot 1.0-alpha2 发布,一个类似 springboot 的框架
- Apache Wicket 6.30.0 发布,与 Struts 类似的开发框架
- Apache Wicket 6.30.0 发布,与 Struts 类似的开发框架
- 类似 Qt 的“跨平台 GUI 框架 GOSP”时隔一年有重大更新
- 类似Github的webhook实现
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming Computer Vision with Python
Jan Erik Solem / O'Reilly Media / 2012-6-22 / USD 39.99
If you want a basic understanding of computer vision's underlying theory and algorithms, this hands-on introduction is the ideal place to start. As a student, researcher, hacker, or enthusiast, you'll......一起来看看 《Programming Computer Vision with Python》 这本书的介绍吧!