Skip to content
forked from yangfuhai/jboot

jboot is a similar springboot project base on jfinal and undertow,we have using in product environment.

License

Notifications You must be signed in to change notification settings

maxiaoxian/jboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.6</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 similar springboot project base on jfinal and undertow,we have using in product environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • HTML 0.6%