Skip to content
/ jboot Public
forked from yangfuhai/jboot

Jboot是一个基于jfinal 和 undertow开发的微服务框架。

License

Notifications You must be signed in to change notification settings

pkanyue/jboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

http://jboot.io

what is JBoot

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

QQ-Group: 601440615

Jboot Demos : https://gitee.com/fuhai/jboot/tree/master/src/test/java

Jboot maven dependency

<dependency>
    <groupId>io.jboot</groupId>
    <artifactId>jboot</artifactId>
    <version>1.7.1</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是一个基于jfinal 和 undertow开发的微服务框架。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • HTML 0.8%