Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spring Cloud Alibaba | 25,697 | 7 | 7 days ago | 31 | September 15, 2022 | 441 | apache-2.0 | Java | ||
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware. | ||||||||||
Zheng | 16,403 | 6 months ago | 77 | mit | Java | |||||
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。 | ||||||||||
Piggymetrics | 12,361 | 6 days ago | 14 | mit | Java | |||||
Microservice Architecture with Spring Boot, Spring Cloud and Docker | ||||||||||
Newbee Mall | 10,077 | 4 days ago | gpl-3.0 | Java | ||||||
🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+OpenFeign+ELK)。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。 | ||||||||||
Activiti | 9,438 | 1,969 | 60 | a day ago | 50 | February 06, 2020 | 533 | apache-2.0 | Java | |
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts. | ||||||||||
Awesome Fenix | 7,167 | 3 months ago | 234 | Vue | ||||||
讨论如何构建一套可靠的大型分布式系统 | ||||||||||
Micronaut Core | 5,708 | 265 | 14 hours ago | 116 | September 09, 2022 | 591 | apache-2.0 | Java | ||
Micronaut Application Framework | ||||||||||
Spring Cloud Netflix | 4,742 | 3,267 | 38 | 8 days ago | 42 | September 06, 2022 | 91 | apache-2.0 | Java | |
Integration with Netflix OSS components | ||||||||||
Spring Boot Projects | 4,551 | 3 months ago | 2 | apache-2.0 | Java | |||||
:fire: 该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。 | ||||||||||
Spring Cloud Gateway | 4,033 | 393 | 22 | 2 days ago | 35 | September 06, 2022 | 432 | apache-2.0 | Java | |
A Gateway built on Spring Framework and Spring Boot providing routing and more. |
Micronaut Framework is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java, Kotlin and the Groovy language.
Micronaut Framework is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.
Micronaut Framework aims to provide all the tools necessary to build JVM applications including:
With Micronaut Framework you can build Message-Driven Applications, Command Line Applications, HTTP Servers and more whilst for Microservices in particular Micronaut Framework also provides:
At the same time Micronaut Framework aims to avoid the downsides of frameworks like Spring, Spring Boot and Grails by providing:
This is achieved by pre-computing the framework infrastructure at compilation time which reduces the logic required at runtime for the application to work.
For more information on using Micronaut Framework see the documentation at micronaut.io
Example Micronaut Framework applications can be found in the Examples repository
To build from source checkout the code and run:
./gradlew publishToMavenLocal
To build the documentation run ./gradlew docs
. The documentation is built to build/docs/index.html
.
If you wish to contribute to the development of Micronaut Framework please read the CONTRIBUTING.md
Micronaut Framework is using Semantic Versioning 2.0.0. To understand what that means, please see the specification documentation. Exclusions to Micronaut Framework's public API include any classes annotated with @Experimental
or @Internal
, which reside in the io.micronaut.core.annotation
package.
Github Actions are used to build Micronaut Framework. If a build fails in master
, check the test reports.