Skip to content
forked from yangfuhai/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.

License

Notifications You must be signed in to change notification settings

wenzhenxing/jboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

933 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3.5</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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • HTML 0.6%