Giter VIP home page Giter VIP logo

yangfuhai / jboot Goto Github PK

View Code? Open in Web Editor NEW
733.0 68.0 251.0 38.35 MB

一个优雅的微服务框架,SpringCloud 之外的另一个选择,已经使用在用户量过亿的商业产品上,有超过1000家公司在使用Jboot做极速开发...

Home Page: https://jboot.io

License: Apache License 2.0

Java 99.57% HTML 0.43%
jfinal undertow jboot motan grpc activemq rabbitmq redismq thrift metrics

jboot's Introduction

Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos 等开发的国产框架。

其特点是:

  • 1、基于 JFinal 完整的 MVC + ORM 支持。
  • 2、支持多数据源、分库分表和分布式事务。
  • 3、支持 Dubbo RPC 的完整功能,有超过 1亿+ 用户产品正在使用。
  • 4、完整的单点限流和分布式限流功能
  • 5、支持基基于 Apollo 和 Nacos 的分布式配置中心
  • 6、完整的分布式缓存、分布式session、分布式附件支持
  • 7、内置功能强劲的门户网关
  • 8、完整的单元测试支持
  • 9、完善代码生成工具 和 API 文档生成工具
  • 10、Docker、K8S 友好

开始

maven 依赖

<dependency>
    <groupId>io.jboot</groupId>
    <artifactId>jboot</artifactId>
    <version>4.1.5</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);
    }
}

帮助文档

广告

微信交流群

JbootAdmin

JbootAdmin 是 Jboot 官方推出的、收费的、企业级快速开发框架,真诚的为各位开发者提供一站式、保姆式的开发服务。 关于 JbootAdmin 的更多的功能请咨询海哥(微信:wx198819880),或请访问以下网址:

http://jboot.io/jbootadmin/feature.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.