Skip to content
forked from yangfuhai/jboot

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

License

Notifications You must be signed in to change notification settings

luozhibo2003/jboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,192 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.6.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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • HTML 0.8%