wanjiawen / jboot

JBoot is a micro service framework like SpringCloud base on Guice、JFinal、Dubbo and Undertow,It support MVC、ORM、AOP、RPC、MQ、distributed cache、distributed session、Opentracing、Hystrix Control、Metrics monitor、security control and so on.

Home Page:http://jboot.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is JBoot

Jboot,she is born for distributed project and micro service.

QQ-Group: 601440615

Jboot maven dependency

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

Jboot core component

  • MVC (base on JFinal)
  • ORM (base on JFinal)
  • AOP (base on Guice)
  • security control
    • shiro
    • jwt
  • RPC (Remote Procedure Call)
    • motan
    • dubbo
    • grpc
    • zbus
  • MQ
    • rabbitmq
    • redismq
    • Aliyun MQ
    • activemq
    • zbus
  • cache
  • distributed session
  • distributed lock
  • task schedule
    • cron4j
    • ScheduledThreadPoolExecutor
    • distributed task schedule (base on redis)
  • component procedure monitor (base on metrics)
  • Hystrix control
  • Opentracing
    • zipkin
    • skywalking
  • distributed config center
  • swagger api
  • HttpClient
    • httpUrlConnection
    • okHttp
    • httpClient
  • wechat api
  • serialization component
  • event mechanism
  • code generator

document

document url : click here

document directories

Contributors

About

JBoot is a micro service framework like SpringCloud base on Guice、JFinal、Dubbo and Undertow,It support MVC、ORM、AOP、RPC、MQ、distributed cache、distributed session、Opentracing、Hystrix Control、Metrics monitor、security control and so on.

http://jboot.io

License:Apache License 2.0


Languages

Language:Java 99.2%Language:HTML 0.8%