Jboot 2.0 正式版发布

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

内容简介: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 2.0 第一个正式版的推出,经历了10+个版本超过三个月的迭代,同时基于 Jboot1.x 70+个版本的发布,已经非常稳定,可以适用于与任何商业版本。

Jboot 2.0 之后的计划、主要是针对 Ali Stack 等第三方支持,比如:
- 1、Fescar : 用于对分布式事务的支持
- 2、Sentinel : 分布式下多个application的断流和降级管理、流量监控等
- 3、Nacos : 服务发现、统一配置管理以及动态的DNS服务

如果你已经准备好了,那么从hello world开始吧。

maven 依赖:

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

Java代码:

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

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

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

更多Jboot的功能,可以移步:https://gitee.com/fuhai/jboot

另外,JPress 是一个使用 Jboot 开发的类似 WordPress 的产品,更多了解请移步:http://www.jpress.io


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Elements of Programming

Elements of Programming

Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具