Jboot 2.1.4 发布,优化细节功能

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Jboot 是一个基于 JFinal、JFinal-Undertow、Dubbo 等开发的微服务框架,帮助开发者降低微服务开发门槛。同时完美支持在 idea、eclipse 下多 maven 模块,对java代码、html、css、js 等资源文件进行热加载,爽爽的...

Jboot 是一个基于 JFinal、JFinal-Undertow、Dubbo 等开发的微服务框架,帮助开发者降低微服务开发门槛。同时完美支持在 idea、eclipse 下多 maven 模块,对 java 代码、html、css、js 等资源文件进行热加载,爽爽的开发。

 

Jboot v2.1.4 更新内容如下:

  • 新增:添加 Swagger 的相关测试代码和 demo
  • 新增:添加 Websocket 的相关测试代码和 demo
  • 新增:FileUtil 在解压缩的时候,对非安全文件进行过滤的功能
  • 优化:升级 JFinal 到 4.3 最新版本
  • 优化:升级 JFinal-Undertow 到 1.7 最新版本
  • 优化:升级 JFinal-Weixin 到 2.4 最新版本
  • 优化:优化 JbootDbPro ,使之在 debug 打印 sql 时更加全面
  • 优化:重写 Columns 的 toString() 方法,方便进行自动缓存的功能
  • 优化:升级 Guava 依赖到最新版本 v28.0
  • 优化:删除 AOP 缓存是多余的逻辑判断
  • 优化:重构 ClassScanner ,在 tomcat 环境不去扫码 tomcat 自身的相关jar文件
  • 优化:优化 JbootDbPro,在 Db.update 的时候正常打印相关参数
  • 优化:优化 当不配置 aop 缓存类型时,默认是 ehcache 的问题
  • 优化:优化 Jedis 的 subscribe 监听,当序列化出差时可能异常退出的问题
  • 修复:修复 Jboot Config 配置文档编写错误的问题

 

maven 依赖:

<dependency>
    <groupId>io.jboot</groupId>
    <artifactId>jboot</artifactId>
    <version>2.1.4</version>
</dependency>

Hello World:

@RequestMapping("/")
public class HelloworldController extends JbootController {

    public void index(){
        renderText("hello world");
    }

    public static void main(String[] args){
        JbootApplication.run(args);
    }
}

 

 


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Numerical Methods and Methods of Approximation in Science and En

Numerical Methods and Methods of Approximation in Science and En

Karan Surana / CRC Press / 2018-10-31

ABOUT THIS BOOK Numerical Methods and Methods of Approximation in Science and Engineering prepares students and other readers for advanced studies involving applied numerical and computational anal......一起来看看 《Numerical Methods and Methods of Approximation in Science and En》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换